SummaryDisplayElement

@Serializable
data class SummaryDisplayElement(val responseName: String, val position: LayoutPoint, val label: String? = null, val decimals: Int = 2)(source)

A within-replication statistics summary (count, mean, min, max) for a response — the engine emits the statistics (D11), this just shows them. Bound by responseName (8A.4).

Constructors

Link copied to clipboard
constructor(responseName: String, position: LayoutPoint, label: String? = null, decimals: Int = 2)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard