Breslow Estimator of the Cumulative Baseline Hazard Rate Function
Calculates the Breslow estimator of the cumulative baseline hazard rate functions.
plotbe(m, mpl, return.be = FALSE, ...)
m
: estimated stratified coxph
model.mpl
: model parameter list.return.be
: should a list containing the Breslow estimator values be returned?...
: further arguments and graphical parameters passed to plot
, e.g. xlim
for a re-specification of the shown time axis.The function is a specific wrapper function to the function basehaz
from the R package survival
.
Plot of the Breslow estimator for the transition-type specific cumulative baseline hazard rate functions.
Holger Reulen
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.
## Not run: plotbe(d, mpl, return.be = FALSE, ...)
Useful links