Class for a dataset of means.
groupsThe group numbers. Is an integer vector of length number of stages times number of groups.
stagesThe stage numbers of the trial. Is an integer vector of length kMax.
sampleSizesThe sample sizes for each group and stage. Is an integer vector of length number of stages times number of groups.
meansThe means. Is a numeric vector of length number of stages times number of groups.
stDevsThe 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.