A class for simulation results means.
Details
Use getSimulationMeans() to create an object of this type.
SimulationResultsMeans is the basic class for
SimulationResultsMeans,
Fields
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.alternativeThe alternative hypothesis value(s) for testing means. Is a numeric vector.
calcSubjectsFunctionAn optional function that can be entered to define how sample size is recalculated. By default, recalculation is performed with conditional power with specified
minNumberOfSubjectsPerStageandmaxNumberOfSubjectsPerStage.conditionalPowerThe conditional power at each stage of the trial. Is a numeric vector of length 1 containing a value between 0 and 1.
conditionalPowerAchievedThe calculated conditional power, under the assumption of observed or assumed effect sizes. Is a numeric matrix.
directionUpperSpecifies the direction of the alternative, only applicable for one-sided testing. Default is
TRUEwhich means that larger values of the test statistics yield smaller p-values. Is a logical vector of length 1.earlyStopThe probability to stopping the trial either for efficacy or futility. Is a numeric vector.
effectThe effect for randomly creating normally distributed responses. Is a numeric vector of length
kMax.expectedNumberOfSubjectsThe expected number of subjects under specified alternative.
futilityPerStageThe per-stage probabilities of stopping the trial for futility. Is a numeric matrix.
futilityStopIn simulation results data set: indicates whether trial is stopped for futility or not.
groupsThe group numbers. Is a numeric vector.
iterationsThe number of iterations used for simulations. Is a numeric vector of length 1 containing a whole number.
maxNumberOfIterationsThe number of simulation iterations. Is a numeric vector of length 1 containing a whole number.
maxNumberOfSubjectsPerStageDetermines the maximum number of subjects per stage for data-driven sample size recalculation. For two treatment arms, is the number of subjects for both treatment arms. For multi-arm designs, is the minimum number of subjects per selected active arm. Is a numeric vector of length
kMaxcontaining whole numbers.meanRatioSpecifies if the sample size for one-sided testing of H0:
mu1/mu2 = thetaH0has been calculated. Is a logical vector of length 1.minNumberOfSubjectsPerStageDetermines the minimum number of subjects per stage for data-driven sample size recalculation. For two treatment arms, is the number of subjects for both treatment arms. For multi-arm designs, is the minimum number of subjects per selected active arm. Is a numeric vector of length
kMaxcontaining whole numbers.normalApproximationDescribes if a normal approximation was used when calculating p-values. Default for means is
FALSEandTRUEfor rates and hazard ratio. Is a logical vector of length 1.overallRejectThe overall rejection probability. Is a numeric vector.
plannedSubjectsDetermines the number of cumulated (overall) subjects when the interim stages are planned. For two treatment arms, is the number of subjects for both treatment arms. For multi-arm designs, refers to the number of subjects per selected active arm. Is a numeric vector of length
kMaxcontaining whole numbers.rejectPerStageThe probability to reject a hypothesis per stage of the trial. Is a numeric matrix.
sampleSizesThe sample sizes for each group and stage. Is a numeric vector of length number of stages times number of groups containing whole numbers.
seedThe seed used for random number generation. Is a numeric vector of length 1.
stDevThe standard deviation used for sample size and power calculation. Is a numeric vector of length 1.
stDevH1The standard deviation under which the conditional power or sample size recalculation is performed. Is a numeric vector of length 1.
thetaH0The difference or assumed effect under H0. Is a numeric vector of length 1.
thetaH1The assumed effect under the alternative hypothesis. For survival designs, refers to the hazard ratio. Is a numeric vector.
