print.mixcure {mixcure} | R Documentation |
Print method for mixture cure models
Description
Print method for mixture cure models
Usage
## S3 method for class 'mixcure'
print(x, ...)
Arguments
x |
a mixcure object |
... |
further arguments passed to or from other methods. |
Author(s)
Yingwei Peng
See Also
mixcure
Examples
data(leukaemia)
z1 = mixcure(Surv(time, cens) ~ transplant, ~ transplant, data = leukaemia,
savedata = TRUE)
print(z1)
[Package mixcure version 2.0 Index]