Class for a dataset of rates.
Details
This object cannot be created directly; better use getDataset
with suitable arguments to create a dataset of rates.
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.
overallSampleSizesThe overall, i.e., cumulative sample sizes. Is a numeric vector of length number of stages times number of groups.
eventsThe number of events in each group at each stage. Is a numeric vector of length number of stages times number of groups.
overallEventsThe overall, i.e., cumulative events. Is a numeric vector of length number of stages times number of groups containing whole numbers.
