summary.IC2 {MMAD} | R Documentation |
Summary of parameter estimates of a IC2 model
Description
This function returns the result of the IC2MM
function
Usage
## S3 method for class 'IC2'
summary(object, ...)
Arguments
object |
Output from a call to IC2. |
... |
Additional arguments |
Value
Summary for IC2MM
objects.
See Also
Examples
library(survival)
result <- IC2MM(Surv(left, right, type = 'interval2') ~ treatment, bcos)
summary(result)
[Package MMAD version 1.0.0 Index]