fit2lik | R Documentation |
extract likelihood information with a coxph object
fit2lik(x)
x |
An object of class "coxph" or "survreg" |
A string
library(survival)
fit=coxph(Surv(time,status) ~rx,data=anderson)
fit2lik(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.