Learn R Programming

intcure (version 2.1)

summary.intcure: Summary of fitted mixture cure models with random effects

Description

It calculates standard errors, z-values, and p-values of estimates from a fitted mixture cure model with random effects

Usage

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

Arguments

object

an intcure object obtained from intcure

...

inherited but not used here

Value

An object of class summary.intcure is returned. It is a list that includes all the components of class intcure plus an additional component statistics, which is a list of following components:

bt

a matrix with column Estimate, Stderr, zvalue, and pvalue for the estimated value of beta in the latency model

gm

a matrix with column Estimate, Stderr, zvalue, and pvalue for the estimated value of gamma in the incidence model

basepara

a matrix with column Estimate, Stderr, zvalue, and pvalue for the estimated value of the parameters in the baseline distribution

sigma

a matrix with column Estimate and Stderr for the random effects in the model

See Also

intcure

Examples

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

Run the code above in your browser using DataLab