| StageResults | R Documentation |
Basic class for stage results.
StageResults is the basic class for
StageResultsMeans,
StageResultsRates,
StageResultsSurvival,
StageResultsMultiArmMeans,
StageResultsMultiArmRates,
StageResultsMultiArmSurvival,
StageResultsEnrichmentMeans,
StageResultsEnrichmentRates, and
StageResultsEnrichmentSurvival.
stagesThe stage numbers of the trial. Is a numeric vector of length kMax containing whole numbers.
testStatisticsThe stage-wise test statistics. Is a numeric vector of length kMax.
pValuesThe stage-wise p-values. Is a numeric vector of length kMax containing values between 0 and 1.
combInverseNormalThe test statistics over stages for the inverse normal test. Is a numeric vector of length kMax.
combFisherThe test statistics over stages for Fisher's combination test. Is a numeric vector of length kMax containing values between 0 and 1.
effectSizesThe stage-wise effect sizes. Is a numeric vector of length kMax.
testActionsThe test decisions at each stage of the trial. Is a character vector of length kMax.
weightsFisherThe weights for Fisher's combination test. Is a numeric vector of length kMax.
weightsInverseNormalThe weights for the inverse normal statistic. Is a numeric vector of length kMax.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.