Learn R Programming

mixcure (version 2.0)

print.mixcure: Print method for mixture cure models

Description

Print method for mixture cure models

Usage

# S3 method for mixcure
print(x, ...)

Arguments

x

a mixcure object

...

further arguments passed to or from other methods.

See Also

mixcure

Examples

Run this code
# NOT RUN {
data(leukaemia)
z1 = mixcure(Surv(time, cens) ~ transplant, ~ transplant, data = leukaemia,
savedata = TRUE)
print(z1)

# }

Run the code above in your browser using DataLab