powered by
extract likelihood information with a coxph object
fit2lik(x)
A string
An object of class "coxph" or "survreg"
library(survival) fit=coxph(Surv(time,status) ~rx,data=anderson) fit2lik(fit)
Run the code above in your browser using DataLab