Learn R Programming

intcure (version 2.1)

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

Description

It prints the estimates of the parameters, standard errors, z-values, p-values, and the maximum likelihood value from a fitted mixture cure model with random effects.

Usage

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

Arguments

x

an summary.intcure object obtained from summary()

...

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(summary(bmtfit))
# }

Run the code above in your browser using DataLab