Class for conditional power calculations
nPlannedThe new sample size planned for each of the subsequent stages.
allocationRatioPlannedThe planned allocation ratio n1/n2 for a
two treatment groups design, default is 1. Is a numeric vector of length 1.
iterationsThe number of iterations used for simulations. Is an integer of length 1.
seedThe seed used for random number generation. Is a numeric vector of length 1.
simulatedLogical. Describes if the power for Fisher's combination test has been simulated. Only applicable when using Fisher designs.
conditionalPowerThe conditional power at each stage of the trial.
Is a numeric vector of length kMax.
thetaH1For survival designs, refers to the hazard ratio. Is a numeric vector of length 1.
assumedStDevThe assumed standard deviation. Is a numeric vector of length 1.
This object cannot be created directly; use getConditionalPower()
with suitable arguments to create the results of a group sequential or a combination test design.