coef.mixcure: Retrieve coefficients from mixture cure models

Description Usage Arguments Value Author(s) See Also Examples

View source: R/mixcure.r

Description

Retrieve coefficients from mixture cure models

Usage

1
2
## S3 method for class 'mixcure'
coef(object, ...)

Arguments

object

a mixcure object

...

for compatibility purpose. Not used.

Value

a list of two components:

latency

a vector of coefficients in the latency model

incidence

a vector of coefficients in the incidence model

Author(s)

Yingwei Peng

See Also

mixcure

Examples

1
2
3
data(leukaemia)
z1 = mixcure(Surv(time, cens) ~ transplant, ~ transplant, data = leukaemia, savedata = TRUE)
coef(z1)

mixcure documentation built on Nov. 24, 2020, 5:07 p.m.