plotbe: Breslow Estimator of the Cumulative Baseline Hazard Rate...

View source: R/plotbe.R

plotbeR Documentation

Breslow Estimator of the Cumulative Baseline Hazard Rate Function

Description

Calculates the Breslow estimator of the cumulative baseline hazard rate functions.

Usage

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.

Value

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

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

Related to plotbe in simMSM...