View source: R/glmnetsurvfit.R
breslow | R Documentation |
Compute Breslow estimates of survival functions
breslow(fit, centered = FALSE)
fit |
fitted model objects with the objects described in details section. |
centered |
if |
This function computes the Breslow's survival functions. It requires a model object with the y
, a Surv
object, estimated model coefficients, coefficients
and the covariate mean values (estimate from model.matrix), means
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.