Learn R Programming

intcure (version 2.1)

coef.intcure: Retrieve coefficients from a fitted mixture cure model with random effects

Description

It collects all the estimates from a fitted mixture cure model with random effects and forms a long vector.

Usage

# S3 method for intcure
coef(object, ...)

Arguments

object

an intcure object obtained from intcure

...

inherited but not used here

Value

a vector consists of bt, gm, basepara and sigma

See Also

intcure

Examples

Run this code
# NOT RUN {
data(bmtfit)
coef(bmtfit)

# }

Run the code above in your browser using DataLab