Class for a dataset of means.
Details
This object cannot be created directly; better use getDataset
with suitable arguments to create a dataset of means.
Fields
groupsThe group numbers. Is a numeric vector.
stagesThe stage numbers of the trial. Is a numeric vector of length
kMaxcontaining whole numbers.sampleSizesThe sample sizes for each group and stage. Is a numeric vector of length number of stages times number of groups containing whole numbers.
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.
overallSampleSizesThe overall, i.e., cumulative sample sizes. Is a numeric vector of length number of stages times number of groups.
overallMeansThe overall, i.e., cumulative means. Is a numeric vector of length number of stages times number of groups.
overallStDevsThe overall, i.e., cumulative standard deviations. Is a numeric vector of length number of stages times number of groups.
