Computes the predicted survival function for a model fitted by (lple).
## S3 method for class 'lple'
# S3 method for lple
survfit(formula, se.fit=TRUE, conf.int=.95, ...)
survfit.lple returns a list of predicted baseline survival function, cumulative hazard function and residuals.
Predicted baseline survival function when beta(w) = 0.
Baseline cumulative hazard function, -log(surv).
Baseline hazard function.
Variance of the baseline hazard.
Martingale residuals of the (lple) model.
Standard error for the cumulative hazard function, if se.fit = TRUE.
See survfit
for more detail about other output values such as upper, lower, conf.type.
Confidence interval is based on log-transformation of survival function.
a fitted model from (lple) fit
a logical value indicating whether standard errors shall be computed. Default is TRUE
The level for a two-sided confidence interval on the survival curve. Default is 0.95
other arguments to the specific method
Bingshu E. Chen
survfit.lple is called to compuate baseline survival function from the lple model lple
.
The default method, survfit has its own help page. Use methods("survfit") to get all the methods for the survfit generic.
The default method for survfit survfit
,
#survfit.lple