plotcph {simMSM} | R Documentation |
Cox PH Model Effect Estimates Illustration
Description
Plot effects of a Cox proportional hazards model.
Usage
plotcph(m, ...)
Arguments
m |
estimated stratified |
... |
further arguments and graphical parameters passed to |
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, ...)
[Package simMSM version 1.1.42 Index]