plotbe function

Breslow Estimator of the Cumulative Baseline Hazard Rate Function

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, ...)

Arguments

  • 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.

Details

The function is a specific wrapper function to the function basehaz from the R package survival.

Returns

Plot of the Breslow estimator for the transition-type specific cumulative baseline hazard rate functions.

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: plotbe(d, mpl, return.be = FALSE, ...)
  • Maintainer: Holger Reulen
  • License: GPL (>= 2)
  • Last published: 2022-05-06

Useful links