| SimulationResultsCountData | R Documentation |
A class for simulation results count data.
Use getSimulationCounts()
to create an object of this type.
accrualIntensityThe absolute accrual intensities. Is a numeric vector of length kMax.
accrualTimeThe assumed accrual time intervals for the study. Is a numeric vector.
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.
conditionalPowerThe conditional power at each stage of the trial. Is a numeric vector of length 1 containing a value between 0 and 1.
directionUpperSpecifies the direction of the alternative, only applicable for one-sided testing. Default is TRUE which 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.
expectedNumberOfSubjectsThe expected number of subjects under specified alternative.
futilityPerStageThe per-stage probabilities of stopping the trial for futility. Is a numeric matrix.
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.
overallRejectThe overall rejection probability. Is a numeric vector.
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.
thetaH0The difference or assumed effect under H0. Is a numeric vector of length 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.