This R-program uses the Breslow method to estimate baseline survival of PH mixture cure model and AFT mixture cure model.
smsurv(Time, Status, X, beta, w, model)
this is the follow up time for "ph" model. If model is "aft", then this is residual.
The status indicator, normally 0=alive, 1=dead
effects of covariates of uncured patients
initial beta from coxph
conditional probability of the ith individual remains uncured at the mth iteration. We use Status as initial value
specifies your model, it can be "ph" or "aft"