Learn R Programming

rpact (version 3.3.4)

DatasetMeans: Dataset of Means

Description

Class for a dataset of means.

Arguments

Fields

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.

Details

This object cannot be created directly; better use getDataset() with suitable arguments to create a dataset of means.