toWithinReplicationReport

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()

Return

the assembled ReportNode.Document

Parameters

expName

the experiment to diagnose

responseName

the response / time-weighted / counter name

title

document title; defaults to "Within-Replication — ()"

confidenceLevel

confidence level for the statistics table; default 0.95

showPlots

when true (default) include all plots