ResponseRow

data class ResponseRow(val name: String, val category: ResponseCategory)(source)

One response / counter exposed by an ExperimentRow.

Constructors

Link copied to clipboard
constructor(name: String, category: ResponseCategory)

Properties

Link copied to clipboard

what kind of model element produced the values. Drives display chrome in the UI and informs which analyses make sense (parametric MCA is most defensible for ResponseCategory.OBSERVATION and ResponseCategory.TIME_WEIGHTED; counters are still usable but the normality assumptions are weaker).

Link copied to clipboard

the response/counter name. Equals the stat_name field on the underlying WithinRepStatTableData / WithinRepCounterStatTableData.