50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


rpact (version 3.3.4)

StageResultsRates: Stage Results of Rates

Description

Class for stage results of rates.

Arguments

Fields

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.

overallTestStatistics

The overall i.e. cumulated test statistics. Is a numeric vector of length kMax.

pValues

The stage-wise p-values. Is a numeric vector of length kMax.

overallPValues

The overall i.e. cumulated 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.

normalApproximation

Logical. Describes if a normal approximation was used when calculating p-values. Default for means is FALSE and TRUE for rates and hazard ratio.

Details

This object cannot be created directly; use getStageResults() with suitable arguments to create the stage results of a dataset of rates.