Learn R Programming

intcure (version 2.1)

print.intcure: Print method for fitted mixture cure models with random effects

Description

It prints the estimates of the parameters in the model and the maximum likelihood value.

Usage

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

Arguments

x

an intcure object obtained from intcure

...

other standard printing arguments

Value

It will return the object in x. This function is called for side effects

See Also

intcure

Examples

Run this code
# NOT RUN {
data(bmtfit)
print(bmtfit)
# }

Run the code above in your browser using DataLab