pvals.cat: Computes p-Values for The Comparison of Three or More...

View source: R/pvals.cat.R

pvals.catR Documentation

Computes p-Values for The Comparison of Three or More Survival Curves at Fixed Points in Time

Description

This is an internal function and is not usually called by user.
This function computes p-values for the comparison of three or more survival curves at fixed time points.

Usage

pvals.cat(pest, pval.test)

Arguments

pest

a matrix of point estimates accompanied with confidence intervals at fixed time points

pval.test

a type of a test used for the computation of p-values. Possible values are “naive”, “log”, “loglog”. The default value is “loglog”.

Value

a vector containing p-values for the comparison of the point estimates at fixed time points

Author(s)

Eva Janousova, Tomas Pavlik
Institute of Biostatistics and Analyses
Masaryk University, Brno, Czech Republic
janousova@iba.muni.cz

References

Klein J.P., Logan B., Harhoff M., et al. (2007). Analyzing survival curves at a fixed point in time. Statistics in Medicine 26:4505–4519.

See Also

cci, clfs, pvals.2cat

Examples

# This is an internal function and is not usually called by user.

currentSurvival documentation built on May 12, 2022, 9:06 a.m.