Learn R Programming

rpact (version 3.3.4)

StageResultsSurvival: Stage Results of Survival Data

Description

Class for stage results survival data.

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 survival data.