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
.
a list with elements containing the results of the selected model based on the Akaike information criterion (AIC). See Details.
a list with elements containing the results of the selected model based on the Bayesian Information Criterion (BIC). See Details.
a character string indicating the type of penalty used, either "SCAD"
or "LASSO"
.
a data.frame containing the values of the AIC and BIC criteria for each combination of the tuning parameters.
a list with elements named CURE
and SURV
, containing the penalty weights. For more details, see penPHcure
.
the sample size (number of individuals).
the number of unique failure times.
logical value: TRUE
in case of tied event times.
the proportion of censored individuals.
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.
a formula object with all variables involved in the latency (survival) component of the model.
a formula object with all variables involved in the incidence (survival) component of the model.
object of class call
, with all the specified arguments.
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:
crit
: value of the minimized AIC/BIC criterion.
b
: a numeric vector with the estimated regression coefficients in the cure (incidence) component.
beta
: a numeric vector with the true estimated coefficients in the survival (latency) component.
cumhaz
: a numeric vector with the estimated cumulative baseline hazard function at the unique event times (reported in the "names"
attribute).
tune_params
: a list with elements named CURE
and SURV
containing the selected tuning parameters, which minimize the AIC/BIC criterion.