summary.Cox | R Documentation |
This function returns the result of the CoxMM
function
## S3 method for class 'Cox'
summary(object, digits = 4, ...)
object |
Output from a call to Cox. |
digits |
The desired number of digits after the decimal point. Default of 4 digits is used. |
... |
Additional arguments |
Summary for CoxMM
objects.
CoxMM
library(survival)
result <- CoxMM(Surv(time, status) ~ age + sex, lung)
summary(result,digits=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.