dbTimeSeriesPerReplication

fun ReportBuilder.dbTimeSeriesPerReplication(db: KSLDatabase, expName: String, responseName: String, repIds: Set<Int>? = null, showPlot: Boolean = true)(source)

Appends a "Time Series by Replication — responseName" section overlaying one line per replication, with the period index on the x-axis and the response value on the y-axis.

Parameters

db

the database to query

expName

the experiment whose time-series rows are used

responseName

the time-series response name to plot

repIds

optional subset of replication ids to include; null (default) plots every recorded replication

showPlot

when true (default) include the overlay plot