ConditionalPowerResultsEnrichmentRates | R Documentation |
Class for conditional power calculations of enrichment rates data
This object cannot be created directly; use getConditionalPower
with suitable arguments to create the results of a group sequential or a combination test design.
nPlanned
The sample size planned for each of the subsequent stages. Is a numeric vector of length kMax
containing whole numbers.
allocationRatioPlanned
The planned allocation ratio (n1 / n2
) for the groups. For multi-arm designs, it is the allocation ratio relating the active arm(s) to the control. Is a positive numeric vector of length 1.
iterations
The number of iterations used for simulations. Is a numeric vector of length 1 containing a whole number.
seed
The seed used for random number generation. Is a numeric vector of length 1.
simulated
Describes if the power for Fisher's combination test has been simulated. Only applicable when using Fisher designs. Is a logical vector of length 1.
conditionalPower
The conditional power at each stage of the trial. Is a numeric vector of length 1 containing a value between 0 and 1.
piTreatments
The assumed rates in the treatment groups for multi-arm and enrichment designs, i.e., designs with multiple subsets.
piControls
The assumed rates in the control group for enrichment designs, i.e., designs with multiple subsets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.