plotcph: Cox PH Model Effect Estimates Illustration

View source: R/plotcph.R

plotcphR Documentation

Cox PH Model Effect Estimates Illustration

Description

Plot effects of a Cox proportional hazards model.

Usage

plotcph(m, ...)

Arguments

m

estimated stratified coxph model.

...

further arguments and graphical parameters passed to plot, as for example ylim for a re-specification of the shown covariate effect axis.

Details

The Cox proportional hazards model coefficients are illustrated by the solid black lines representing the estimated effect values (y axis) for the respective covariates (x axis), the grey polygons denote 95% confidence intervals.

Value

A plot.

Author(s)

Holger Reulen

References

Therneau T (2014) A Package for Survival Analysis in S. R package version 2.37-7, http://CRAN.R-project.org/package=survival.

Terry M. Therneau and Patricia M. Grambsch (2000) Modeling Survival Data: Extending the Cox Model. Springer, New York. ISBN 0-387-98784-3.

Examples

## Not run: plotcph(m, ...)

simMSM documentation built on May 6, 2022, 9:05 a.m.

Related to plotcph in simMSM...