to Within Replication Report
fun KSLDatabase.toWithinReplicationReport(expName: String, responseName: String, title: String = "Within-Replication — ", confidenceLevel: Double = 0.95, showPlots: Boolean = true): ReportNode.Document(source)
Builds a ReportNode.Document containing the full within-replication diagnostic set for one response in one experiment stored in this database.
This is the within-replication counterpart to the cross-experiment toComparisonReport and the single-experiment toReport entry points.
Zero-code path:
val db = KSLDatabase("pharmacy.db")
db.toWithinReplicationReport("Experiment 1", "SystemTime").showInBrowser()
db.toWithinReplicationReport("Experiment 1", "SystemTime").writeMarkdown()Content copied to clipboard
Return
the assembled ReportNode.Document
Parameters
exp Name
the experiment to diagnose
response Name
the response / time-weighted / counter name
title
document title; defaults to "Within-Replication —
confidence Level
confidence level for the statistics table; default 0.95
show Plots
when true (default) include all plots