survfit
objectpredict.survfit.Rd
Function to predict probabilities from a survfit
object
the results of a survfit
fit
Optional new data at which to do predictions. If absent predictions are for the data frame used in the original fit
Name of time variable in new data
The type of predicted value. Options are linear predictor "lp" (which is always 0), the risk score exp(lp) "risk" (which is always 1), the cumulative hazard "cumhaz", the survival probability "surv", or the expected number of events "expected" (-log(surv))
The times at which to perform predictions
Unused