| DatasetMeans | R Documentation |
Class for a dataset of means.
This object cannot be created directly; better use getDataset
with suitable arguments to create a dataset of means.
groupsThe group numbers. Is a numeric vector.
stagesThe stage numbers of the trial. Is a numeric vector of length kMax containing 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.