| DatasetRates | R Documentation |
Class for a dataset of rates.
This object cannot be created directly; better use getDataset
with suitable arguments to create a dataset of rates.
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.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.