Class for a dataset of means.
groups
The group numbers. Is an integer vector of length number of stages times number of groups.
stages
The stage numbers of the trial. Is an integer vector of length kMax
.
sampleSizes
The sample sizes for each group and stage. Is an integer vector of length number of stages times number of groups.
means
The means. Is a numeric vector of length number of stages times number of groups.
stDevs
The standard deviations. Is a numeric vector of length number of stages times number of groups.
This object cannot be created directly; better use getDataset()
with suitable arguments to create a dataset of means.