| 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.
nPlannedThe sample size planned for each of the subsequent stages. Is a numeric vector of length kMax containing whole numbers.
allocationRatioPlannedThe 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.
iterationsThe number of iterations used for simulations. Is a numeric vector of length 1 containing a whole number.
seedThe seed used for random number generation. Is a numeric vector of length 1.
simulatedDescribes if the power for Fisher's combination test has been simulated. Only applicable when using Fisher designs. Is a logical vector of length 1.
conditionalPowerThe conditional power at each stage of the trial. Is a numeric vector of length 1 containing a value between 0 and 1.
piTreatmentsThe assumed rates in the treatment groups for multi-arm and enrichment designs, i.e., designs with multiple subsets.
piControlsThe 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.