acrossReplicationStatistic

fun acrossReplicationStatistic(responseName: String, confidenceLevel: Double = 0.95): StatisticIfc?(source)

Returns the across-replication StatisticIfc for a single responseName, or null when responseName is absent or is an internal bookkeeping key.

Return

a Statistic built from all replication observations, or null

Parameters

responseName

the response to look up

confidenceLevel

the confidence level for the returned Statistic; defaults to 0.95