Last data update: 2014.03.03

R: Promotion Time Cure Model with Mis-Measured Covariates
miCoPTCM-packageR Documentation

Promotion Time Cure Model with Mis-Measured Covariates

Description

Fits Semiparametric Promotion Time Cure Models, taking into account (using a corrected score approach or the SIMEX algorithm) or not the measurement error in the covariates, using a backfitting approach to maximize the likelihood.

Details

Sexpr[results=rd,stage=build]{tools:::Rd_package_DESCRIPTION("miCoPTCM")} Sexpr[results=rd,stage=build]{tools:::Rd_package_indices("miCoPTCM")}

The survival model of interest is the promotion time cure model, i.e. a survival model which takes into account the existence of subjects who will never experience the event. The survival function of T, the survival time, is assumed to be improper:

S(t|m{x}) = P(T>t|m{X}=m{x}) = exp≤ft{-θ(m{x}) F(t) ight},

where F is a proper baseline cumulative distribution function, θ is a link function with an intercept, here θ(m{x}) = exp(m{x}^T m{β}), and m{x} is the vector of covariates. We work with the semiparametric version of this model, in which no known distribution is assumed for F. It can be shown that the nonparametric estimator of F is a step function which increases only at the failure times.

We assume that we have right censoring in our data, so that Y=min(T,C) is observed, where C is the censoring time.

The classical additive error model is assumed for the covariates, so that m{W}=m{X}+m{U} is observed, where m{W} is the vector of observed covariates and m{U} is the vector of measurement errors. We assume that m{U} is independent of m{X} and m{U} follows a continuous distribution with mean zero and known covariance matrix m{V}. It is also assumed that (T,C) and m{W} are independent given m{X}.

Three possible estimation methods are available in this package. The corrected score approach of Ma and Yin (2008) is implemented in function PTCMestimBF. It consists in solving, through a backfitting procedure, the score equations in which the terms involving m{x} are replaced by some terms involving m{w} and m{V}. The naive method consists in not taking the measurement error in the covariates into account. The naive estimate is obtained by using function PTCMestimBF with a variance-covariance matrix of the error containing only zeros. Finally, the SIMEX algorithm applied to the promotion time cure model (Bertrand et al., 2015) is implemented in the function PTCMestimSIMEX. The SIMEX algorithm (Cook and Stefanski, 1994) is a generic and intuitive procedure allowing to estimate and reduce the bias in a model in which the covariates are measured with error. In this implementation, the naive estimator required by the procedure is the one of Ma and Yin (2008).

Author(s)

Aurelie Bertrand, Catherine Legrand, Ingrid Van Keilegom

Maintainer: Aurelie Bertrand <aurelie.bertrand@uclouvain.be>

References

Bertrand A., Legrand C., Carroll R.J., De Meester C., Van Keilegom I. (2015) Inference in a Survival Cure Model with Mismeasured Covariates using a SIMEX Approach. Submitted.

Cook J.R., Stefanski L.A. (1994) Simulation-Extrapolation Estimation in Parametric Measurement Error Models. Journal of the American Statistical Association, 89, 1314-1328. DOI: 10.2307/2290994

Ma, Y., Yin, G. (2008) Cure rate models with mismeasured covariates under transformation. Journal of the American Statistical Association, 103, 743-756. DOI: 10.1198/016214508000000319

Results