summary.gfcure {gfcure}R Documentation

Summarizing accelerated failure time mixture cure model fits

Description

summary method for class "gfcure"

Usage

## S3 method for class 'gfcure'
summary(object)

Arguments

object

an object of class "gfcure", usually, a result of a call to "gfcure".

Details

print.gfcure and summary.gfcure try to be smart about formatting the coefficients, standard errors, etc.

Value

The function "summary.gfcure" computes and returns a list of summary statistics of the fitted npcure model given in "object".

Note

For the Weibull mixture model, it will produce new coef and stderr that are comparable to the proportional hazards mixture model (npcure).

Author(s)

Yingwei Peng


[Package gfcure version 2.0 Index]