Basic class for stage results.
stages
The stage numbers of the trial. Is an integer vector of length kMax
.
testStatistics
The stage-wise test statistics. Is a numeric vector of length kMax
.
pValues
The stage-wise p-values. Is a numeric vector of length kMax
.
combInverseNormal
The stage-wise test statistics for the inverse normal test. Is a numeric vector of length kMax
.
combFisher
Test statistic for Fisher's combination test. H~0~
effectSizes
The stage-wise effect sizes. Is a numeric vector of length kMax
.
testActions
The action drawn from test result.
weightsFisher
The weights for Fisher's combination test. Is a numeric vector of length kMax
.
weightsFisher
The weights for inverse normal statistic.. Is a numeric vector of length kMax
.
StageResults
is the basic class for StageResultsMeans
,
StageResultsRates
, and StageResultsSurvival
.