penPHcure.object: Penalized PH cure model object

Description Arguments Details See Also

Description

This class of objects is returned by the function penPHcure when is called with the argument pen.type = "SCAD" | "LASSO". Objects of this class have methods for the functions summary and predict.

Arguments

AIC

a list with elements containing the results of the selected model based on the Akaike information criterion (AIC). See Details.

BIC

a list with elements containing the results of the selected model based on the Bayesian Information Criterion (BIC). See Details.

pen.type

a character string indicating the type of penalty used, either "SCAD" or "LASSO".

tuneGrid

a data.frame containing the values of the AIC and BIC criteria for each combination of the tuning parameters.

pen.weights

a list with elements named CURE and SURV, containing the penalty weights. For more details, see penPHcure.

N

the sample size (number of individuals).

K

the number of unique failure times.

isTies

logical value: TRUE in case of tied event times.

censoring

the proportion of censored individuals.

which.X

character string indicating the method used to transform the covariates included in the incidence (cure) component from time-varying to time-invariant. See penPHcure for more details.

survform

a formula object with all variables involved in the latency (survival) component of the model.

cureform

a formula object with all variables involved in the incidence (survival) component of the model.

call

object of class call, with all the specified arguments.

Details

The lists AIC and BIC contain the results of the selected model based on the Akaike information criterion (AIC) and Bayesian Information Criterion (BIC), respectively. They are composed by the following elements:

See Also

penPHcure


penPHcure documentation built on Dec. 4, 2019, 1:08 a.m.