summary.IC2 | R Documentation |
This function returns the result of the IC2MM
function
## S3 method for class 'IC2'
summary(object, ...)
object |
Output from a call to IC2. |
... |
Additional arguments |
Summary for IC2MM
objects.
IC2MM
library(survival)
result <- IC2MM(Surv(left, right, type = 'interval2') ~ treatment, bcos)
summary(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.