miCoPTCM-package {miCoPTCM} | R 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
Package: | miCoPTCM |
Type: | Package |
Title: | Promotion Time Cure Model with Mis-Measured Covariates |
Version: | 1.1 |
Date: | 2020-12-07 |
Author: | Aurelie Bertrand, Catherine Legrand, Ingrid Van Keilegom |
Maintainer: | Aurelie Bertrand <aurelie.bertrand@uclouvain.be> |
Imports: | MASS, nleqslv, survival, compiler, distr |
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. |
License: | GPL-2 |
Index of help topics:
PTCMestimBF Corrected score approach PTCMestimSIMEX SIMEX approach miCoPTCM-package Promotion Time Cure Model with Mis-Measured Covariates
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 , the survival time, is assumed to be improper:
where is a proper baseline cumulative distribution function,
is a link function with an intercept, here
, and
is the vector of covariates. We work with the semiparametric version of this model, in which no known distribution is assumed for
.
It can be shown that the nonparametric estimator of
is a step function which increases only at the failure times.
We assume that we have right censoring in our data, so that is observed, where
is the censoring time.
The classical additive error model is assumed for the covariates, so that is observed, where
is the vector of observed covariates and
is the vector of measurement errors. We assume that
is independent of
and
follows a continuous distribution with mean zero and known covariance matrix
. It is also assumed that
and
are independent given
.
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 are replaced by some terms involving
and
.
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