breslow: Compute Breslow estimates of survival functions

View source: R/glmnetsurvfit.R

breslowR Documentation

Compute Breslow estimates of survival functions

Description

Compute Breslow estimates of survival functions

Usage

breslow(fit, centered = FALSE)

Arguments

fit

fitted model objects with the objects described in details section.

centered

if TRUE (default), return data from a predicted survival function at the mean values of the predictors, if FALSE returns prediction for all predictors equal to zero (baseline hazard).

Details

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.


CYGUBICKO/glmnetpostsurv documentation built on Sept. 1, 2022, 7:26 p.m.