powered by
Retrieve coefficients from mixture cure models
# S3 method for mixcure coef(object, ...)
a mixcure object
for compatibility purpose. Not used.
a list of two components:
a vector of coefficients in the latency model
a vector of coefficients in the incidence model
mixcure
# NOT RUN { data(leukaemia) z1 = mixcure(Surv(time, cens) ~ transplant, ~ transplant, data = leukaemia, savedata = TRUE) coef(z1) # }
Run the code above in your browser using DataLab