penPHcure-package {penPHcure}R Documentation

Variable Selection in Proportional-Hazards Cure Model with Time-Varying Covariates

Description

Contrary to standard survival analysis models, which rely on the assumption that the entire population will eventually experience the event of interest, mixture cure models allow to split the population in susceptible and non-susceptible (cured) individuals.

In this R package, we implement the semi-parametric proportional-hazards (PH) cure model of Sy and Taylor (2000) extended to time-varying covariates. If we define T as the time-to-event, the survival function for the entire population is given by

S(t)=(1-p)+pS(t|Y=1)

where p is the incidence (i.e. probability of being susceptible) and S(t|Y=1) is the latency (i.e. survival function conditional on being susceptible).

The incidence is modeled by a logistic regression model:

p=P(Y=1|\mathbf{x}_i)=\exp(\mathbf{x}_i'\textbf{b})/(1+\exp(\mathbf{x}_i'\textbf{b)}),

where \textbf{x}_i is a vector of time-invariant covariates (including the intercept) and \mathbf{b} a vector of unknown coefficients. Whereas, the latency is modeled by a Cox’s PH model:

\lambda(t|Y=1,\textbf{z}_i(t))=\lambda_{0}(t|Y=1)e^{\textbf{z}_i'(t)\boldsymbol{\beta}},

where \textbf{z}_i(t) is a vector of time-varying covariates, \lambda_{0}(t|Y=1) is an arbitrary conditional baseline hazard function and \boldsymbol{\beta} is a vector of unknown coefficients.

The function penPHcure allows to:

Moreover, the function penPHcure.simulate allows to simulate data from a PH cure model, where the event-times are generated on a continuous scale from a piecewise exponential distribution conditional on time-varying covariates, using a method similar to the one described in Hendry (2014).

References

Beretta A, Heuchenne C (2019). “Variable selection in proportional hazards cure model with time-varying covariates, application to US bank failures.” Journal of Applied Statistics, 46(9), 1529-1549. doi: 10.1080/02664763.2018.1554627.

Hendry DJ (2014). “Data generation for the Cox proportional hazards model with time-dependent covariates: a method for medical researchers.” Statistics in Medicine, 33(3), 436-454. doi: 10.1002/sim.5945.

Sy JP, Taylor JM (2000). “Estimation in a Cox proportional hazards cure model.” Biometrics, 56(1), 227-236. doi: 10.1111/j.0006-341X.2000.00227.x.

See Also

penPHcure, penPHcure.simulate


[Package penPHcure version 1.0.2 Index]