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