| TrialDesignPlanSurvival | R Documentation |
Trial design plan for survival data.
This object cannot be created directly; use getSampleSizeSurvival()
with suitable arguments to create a design plan for a dataset of survival data.
thetaH0The difference or assumed effect under H0. Is a numeric vector of length 1.
typeOfComputationThe type of computation used, either "Schoenfeld", "Freedman", or "HsiehFreedman".
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.
pi1The assumed event rate in the treatment group. Is a numeric vector of length kMax containing values between 0 and 1.
pi2The assumed event rate in the control group. Is a numeric vector of length 1 containing a value between 0 and 1.
median1The assumed median survival time in the treatment group. Is a numeric vector.
median2The assumed median survival time in the reference group. Is a numeric vector of length 1.
lambda1The assumed hazard rate in the treatment group. Is a numeric vector of length kMax.
lambda2The assumed hazard rate in the reference group. Is a numeric vector of length 1.
hazardRatioThe hazard ratios under consideration. Is a numeric vector of length kMax.
maxNumberOfSubjectsThe maximum number of subjects for power calculations. Is a numeric vector.
maxNumberOfSubjects1The maximum number of subjects in treatment arm 1. Is a numeric vector.
maxNumberOfSubjects2The maximum number of subjects in treatment arm 2. Is a numeric vector.
maxNumberOfEventsThe maximum number of events for power calculations. Is a positive numeric vector of length kMax.
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.
optimumAllocationRatioThe allocation ratio that is optimum with respect to the overall sample size at given power. Is a logical vector of length 1.
accountForObservationTimesIf FALSE, only the event rates are used for the calculation of the maximum number of subjects. Is a logical vector of length 1.
eventTimeThe assumed time under which the event rates are calculated. Is a numeric vector of length 1.
accrualTimeThe assumed accrual time intervals for the study. Is a numeric vector.
totalAccrualTimeThe total accrual time, i.e., the maximum of accrualTime. Is a positive numeric vector of length 1.
accrualIntensityThe absolute accrual intensities. Is a numeric vector of length kMax.
accrualIntensityRelativeThe relative accrual intensities.
kappaThe shape of the Weibull distribution if kappa!=1. Is a numeric vector of length 1.
piecewiseSurvivalTimeThe time intervals for the piecewise definition of the exponential survival time cumulative distribution function. Is a numeric vector.
followUpTimeThe assumed follow-up time for the study. Is a numeric vector of length 1.
dropoutRate1The assumed drop-out rate in the treatment group. Is a numeric vector of length 1 containing a value between 0 and 1.
dropoutRate2The assumed drop-out rate in the control group. Is a numeric vector of length 1 containing a value between 0 and 1.
dropoutTimeThe assumed time for drop-out rates in the control and treatment group. Is a numeric vector of length 1.
chiThe calculated event probability at end of trial. Is a numeric vector.
expectedNumberOfEventsThe expected number of events under specified alternative. Is a numeric vector.
eventsFixedThe number of events in a fixed sample size design. Is a numeric vector.
nFixedThe sample size in a fixed (one-stage) design. Is a positive numeric vector.
nFixed1The sample size in treatment arm 1 in a fixed (one-stage) design. Is a positive numeric vector.
nFixed2The sample size in treatment arm 2 in a fixed (one-stage) design. Is a positive numeric vector.
overallRejectThe overall rejection probability. Is a numeric vector.
rejectPerStageThe probability to reject a hypothesis per stage of the trial. Is a numeric matrix.
futilityStopIn simulation results data set: indicates whether trial is stopped for futility or not.
futilityPerStageThe per-stage probabilities of stopping the trial for futility. Is a numeric matrix.
earlyStopThe probability to stopping the trial either for efficacy or futility. Is a numeric vector.
informationRatesThe information rates (that must be fixed prior to the trial), default is (1:kMax) / kMax. Is a numeric vector of length kMax containing values between 0 and 1.
analysisTimeThe estimated time of analysis. Is a numeric matrix.
studyDurationH1The study duration under the alternative hypothesis. Is a positive numeric vector.
studyDurationThe study duration for specified effect size. Is a positive numeric vector.
maxStudyDurationThe maximum study duration in survival designs. Is a numeric vector.
eventsPerStageDeprecated: use singleEventsPerStage or cumulativeEventsPerStage instead Is a numeric matrix.
singleEventsPerStageThe single number of events per stage. Is a numeric matrix.
cumulativeEventsPerStageThe cumulative number of events per stage. Is a numeric matrix.
expectedEventsH0The expected number of events under H0. Is a numeric vector.
expectedEventsH01The expected number of events under a value between H0 and H1. Is a numeric vector.
expectedEventsH1The expected number of events under H1. Is a numeric vector.
numberOfSubjectsIn simulation results data set: The number of subjects under consideration when the interim analysis takes place.
numberOfSubjects1In simulation results data set: The number of subjects under consideration in treatment arm 1 when the interim analysis takes place.
numberOfSubjects2In simulation results data set: The number of subjects under consideration in treatment arm 2 when the interim analysis takes place.
expectedNumberOfSubjectsH1The expected number of subjects under H1. Is a numeric vector.
expectedNumberOfSubjectsThe expected number of subjects under specified alternative.
criticalValuesEffectScaleThe critical values for each stage of the trial on the effect size scale.
criticalValuesEffectScaleLowerThe lower critical values for each stage of the trial on the effect size scale. Is a numeric matrix.
criticalValuesEffectScaleUpperThe upper critical values for each stage of the trial on the effect size scale. Is a numeric matrix.
criticalValuesPValueScaleThe critical values for each stage of the trial on the p-value scale.
futilityBoundsEffectScaleThe futility bounds for each stage of the trial on the effect size scale. Is a numeric matrix.
futilityBoundsEffectScaleLowerThe lower futility bounds for each stage of the trial on the effect size scale. Is a numeric matrix.
futilityBoundsEffectScaleUpperThe upper futility bounds for each stage of the trial on the effect size scale. Is a numeric matrix.
futilityBoundsPValueScaleThe futility bounds for each stage of the trial on the p-value scale. Is a numeric matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.