View source: R/summary.coxreg.R
summary.coxreg | R Documentation |
A summary of coxreg objects.
## S3 method for class 'coxreg'
summary(object, ...)
object |
A |
... |
Additional ... |
Göran Broström
print.coxreg
fit <- coxreg(Surv(enter, exit, event) ~ sex + civ, data = oldmort)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.