predictCoxPL: Deprecated Function for Product Limit Estimation of Survival Probabilities .
Description
Depreciated function for Product Limit Estimation of Survival Probabilities from a Cox model.
Use the predictCox
function instead with argument product.limit=TRUE
.
Usage
predictCoxPL(object, ...)
Arguments
- object
The fitted Cox regression model object either
obtained with coxph
(survival package) or cph
(rms package).
- ...
additional arguments to be passed to predictCox
.