Learn R Programming

intcure (version 2.1)

bmtfit: Model fit from a mixture cure model with random effects to bmt data

Description

This is the result of the model fit intcure as shown below

Usage

data(bmtfit)

Arguments

Format

A list of class intcure

Examples

Run this code
# NOT RUN {
# bmtfit = intcure(Surv(time, cens) ~ g + FAB + cluster(inst), ~ g + FAB,
# data = bmt, basedist = "weibull", sigma = c(-1, NA, NA),
# optimcfg = list(method = "BFGS", hessian = TRUE, maxit = 2000)).
data(bmtfit)
# }

Run the code above in your browser using DataLab