Basic class for stage results.
stagesThe stage numbers of the trial. Is an integer vector of length kMax.
testStatisticsThe stage-wise test statistics. Is a numeric vector of length kMax.
pValuesThe stage-wise p-values. Is a numeric vector of length kMax.
combInverseNormalThe stage-wise test statistics for the inverse normal test. Is a numeric vector of length kMax.
combFisherTest statistic for Fisher's combination test. H~0~
effectSizesThe stage-wise effect sizes. Is a numeric vector of length kMax.
testActionsThe action drawn from test result.
weightsFisherThe weights for Fisher's combination test. Is a numeric vector of length kMax.
weightsFisherThe weights for inverse normal statistic.. Is a numeric vector of length kMax.
StageResults is the basic class for StageResultsMeans,
StageResultsRates, and StageResultsSurvival.