create
fun create(dataMap: Map<String, List<Double>>, responseName: String? = null): MultipleComparisonAnalyzer
Creates multiple comparison analyzer from the supplied data.
Holds data to perform multiple comparisons Performs pairwise comparisons and computes pairwise differences and variances.
The user must supply the data samples over which the comparison will be made. This is supplied in a Map with key representing a name (identifier) for the data and an array representing the observations. This class computes all the pairwise differences and the variances of the differences in the form of tabulated statistics.
Author
rossetti