
Analysis Results Multi-Arm Conditional Dunnett
Source:R/class_analysis_results.R
AnalysisResultsConditionalDunnett.RdClass for multi-arm analysis results based on a conditional Dunnett test design.
Details
This object cannot be created directly; use getAnalysisResults
with suitable arguments to create the multi-arm analysis results of a conditional Dunnett test design.
Fields
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.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.thetaH0The difference or assumed effect under H0. Is a numeric vector of length 1.
pi1The assumed probability or probabilities in the active treatment group in two-group designs, or the alternative probability for a one-group design.
pi2The assumed probability in the reference group for two-group designs. Is a numeric vector of length 1 containing a value between 0 and 1.
nPlannedThe sample size planned for each of the subsequent stages. Is a numeric vector of length
kMaxcontaining 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.thetaH1The assumed effect under the alternative hypothesis. For survival designs, refers to the hazard ratio. Is a numeric vector.
assumedStDevsAssumed standard deviations to calculate conditional power in multi-arm trials or enrichment designs. Is a numeric vector.
piTreatmentsThe assumed rates in the treatment groups for multi-arm and enrichment designs, i.e., designs with multiple subsets.
intersectionTestThe multiple test used for intersection hypotheses in closed systems of hypotheses. Is a character vector of length 1.
varianceOptionDefines the way to calculate the variance in multiple (i.e., >2) treatment arms or population enrichment designs when testing means. Available options for multiple arms:
"overallPooled", "pairwisePooled", "notPooled". Available options for enrichment designs:"pooled", "pooledFromFull", "notPooled".conditionalRejectionProbabilitiesThe probabilities of rejecting the null hypothesis at each stage, given the stage has been reached. Is a numeric vector of length
kMaxcontaining values between 0 and 1.conditionalPowerThe conditional power at each stage of the trial. Is a numeric vector of length 1 containing a value between 0 and 1.
repeatedConfidenceIntervalLowerBoundsThe lower bound of the confidence intervals that are calculated at any stage of the trial. Is a numeric vector of length
kMax.repeatedConfidenceIntervalUpperBoundsThe upper bound of the confidence interval that are calculated at any stage of the trial. Is a numeric vector of length
kMax.repeatedPValuesThe p-values that are calculated at any stage of the trial. Is a numeric vector of length
kMaxcontaining values between 0 and 1.piControlThe assumed probability in the control arm for simulation and under which the sample size recalculation is performed. Is a numeric vector of length 1 containing a value between 0 and 1.