Hostname: page-component-8448b6f56d-c47g7 Total loading time: 0 Render date: 2024-04-19T23:40:09.677Z Has data issue: false hasContentIssue false

Comparison of regression imputation methods of baseline covariates that predict survival outcomes

Published online by Cambridge University Press:  04 September 2020

Nicole Solomon
Affiliation:
Department of Biostatistics and Bioinformatics, Duke University, Durham, USA
Yuliya Lokhnygina
Affiliation:
Department of Biostatistics and Bioinformatics, Duke University, Durham, USA Duke Clinical Research Institute, Durham, USA
Susan Halabi*
Affiliation:
Department of Biostatistics and Bioinformatics, Duke University, Durham, USA Duke Cancer Institute, Duke University Medical Center, Durham, USA
*
Address for correspondence: S. Halabi, PhD, Department of Biostatistics and Bioinformatics, Duke University, 2424 Erwin Road, Suite 11,088, Durham, NC27705, USA. Email: susan.halabi@duke.edu
Rights & Permissions [Opens in a new window]

Abstract

Introduction:

Missing data are inevitable in medical research and appropriate handling of missing data is critical for statistical estimation and making inferences. Imputation is often employed in order to maximize the amount of data available for statistical analysis and is preferred over the typically biased output of complete case analysis. This article examines several types of regression imputation of missing covariates in the prediction of time-to-event outcomes subject to right censoring.

Methods:

We evaluated the performance of five regression methods in the imputation of missing covariates for the proportional hazards model via summary statistics, including proportional bias and proportional mean squared error. The primary objective was to determine which among the parametric generalized linear models (GLMs) and least absolute shrinkage and selection operator (LASSO), and nonparametric multivariate adaptive regression splines (MARS), support vector machine (SVM), and random forest (RF), provides the “best” imputation model for baseline missing covariates in predicting a survival outcome.

Results:

LASSO on an average observed the smallest bias, mean square error, mean square prediction error, and median absolute deviation (MAD) of the final analysis model’s parameters among all five methods considered. SVM performed the second best while GLM and MARS exhibited the lowest relative performances.

Conclusion:

LASSO and SVM outperform GLM, MARS, and RF in the context of regression imputation for prediction of a time-to-event outcome.

Type
Research Article
Creative Commons
Creative Common License - CCCreative Common License - BY
This is an Open Access article, distributed under the terms of the Creative Commons Attribution licence (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted re-use, distribution, and reproduction in any medium, provided the original work is properly cited.
Copyright
© The Association for Clinical and Translational Science 2020

Introduction

Background

Clinical studies are often plagued by missing data. Unique patterns of missing data can occur due to dropout, singular missed follow-up visits, or missing singular data items during a study visit [Reference Smith1,Reference Brick and Kalton2]. Rubin [Reference Rubin3] established a classification of three types of incomplete data: missing completely at random when nonresponse is purely random; missing at random (MAR) when nonresponse is related to measured covariates; and non-ignorable missing where missing data are incomplete due to some association with unmeasured confounders [Reference Little4Reference Schafer8].

There are various methods for handling missing data [Reference Kenward9]. The simplest technique to handle missing data is the “complete case” analysis where only those observations with no missing records are included in the final analysis, which is the default in several packages. The complete case deletion approach may produce biased results, unless the missingness mechanism is missing completely at random [Reference White and Carlin10]. In addition, it has the serious drawback of dropping a significant proportion of the original sample size and compromising the statistical power of the study.

Maximal data usage can lead to a more precise point and interval estimates with less bias, exclusion of fewer covariates and observations, and more representative analyses if the correct mechanism of missingness is assumed [Reference Little4,Reference Acock5,Reference Little and Rubin11]. Simple imputation methods have been suggested (that is, replacing the missing value with the mean, median, mode, or last value carried forward), but these have the caveat of reducing standard error of the covariates. There are several approaches for handling missing data that offer better estimates and measures of uncertainty. These include regression [Reference White and Royston12], maximum likelihood methods, including the expectation–maximization (EM) algorithm, Bayesian methods [Reference Ma and Chen13], matching approaches (such as augmented inverse probability weighting [Reference Hsu and Yu14], and multiple imputations [Reference Royston and White15,Reference Burgette and Reiter16]). Several authors provide general guidelines on how to handle missing data in clinical trials [Reference Karahalios17,Reference Jakobsen18] and methods that impute longitudinal covariates and outcomes [Reference Ibrahim and Molenberghs19]. The reader is referred to these references for additional details [Reference Little4,Reference Acock5,Reference Little and Rubin11,Reference Molenberghs20,Reference Carpenter and Kenward21].

Motivating Example

We were interested in developing a prognostic model of overall survival (OS) based on baseline covariates of patients enrolled on the pivotal Phase III TROPIC trial that led to the Food and Drug Administration and European Medicines Agency approval of cabazitaxel for treating men with advanced prostate cancer [Reference Halabi22,Reference De Bono23]. Seven-hundred and fifty-five patients on the TROPIC trial were randomized with equal probability to either cabazitaxel or mitoxantrone groups. The study was designed to detect a hazard ratio of 0.75 in the cabazitaxel compared to the mitoxantrone groups, assuming 0.90 power, a two-sided significance level of 0·05, and a median OS of 8 months in the mitoxantrone group. Patients were followed until the target of 511 deaths had occurred. The primary purposes of the model are to predict the probability of OS at different time points and to identify prognostic risk groups in men who failed first-line chemotherapy. The clinical trial had a 67% event rate (32% of patients were censored) on the primary outcome (OS). However, several established prognostic factors of OS were incomplete with missing proportions exceeding 15% in 6 of the 23 covariates that were considered for development of the prognostic model. This presented a substantial challenge as a complete case approach would have resulted in an almost 30% loss in the number of patients included in constructing the prognostic model of OS.

Regression imputation has not been extensively studied and the lack of certainty in the most efficient imputation technique served as motivation for this simulation study. In particular, the choice of regression model or algorithm to impute missing values of incomplete covariates warrants further investigation. Regression imputation is a procedure to predict an incomplete covariate’s missing values based jointly on the outcome of interest and the complete explanatory covariates. Generalized linear model (GLMs) are extensions of the classical linear model to non-normal response variables and can be used to model broad types of response distributions [Reference McCullagh and Nelder24,Reference Dobson and Barnett25], handle both categorical and continuous variables, provide a straightforward model interpretation of regression coefficients, and incorporate commonly known variable selection procedures [Reference Neuhaus and McCulloch26]. The least absolute shrinkage and selection operator (LASSO) is a linear regression model that uses l 1 penalty for subset selection [Reference Hastie, Hastie, Tibshirani and Friedman27], and shrinking parameters β = (β 1 , β p ) for overcoming the problem of overfitting [Reference Tibshirani28Reference Bühlmann and van de Geer30]. The multivariate adaptive regression splines (MARS) is a flexible regression procedure for the modeling of high-dimensional data [Reference Friedman and Roosen31Reference Friedman33]. The nonparametric support vector machine (SVM) is a learning method that has been applied for classification of binary outcomes or regression of continuous outcomes or to make predictions and has been shown to be effective in some pattern recognition and other applications [Reference Mittag34Reference Bennett and Campbell39]. Lastly, random forests (RFs) are a learning method for classification, among other applications. The classification is conducted by generating numerous decision trees, which are randomly sampled from the training data, and identifying the most popular class for a given input [Reference Breiman40]. Several RF approaches exist to impute missing data and their strengths include handling mixed data types, nonlinearity, and high dimensions [Reference Tang and Ishwaran41].

We chose these five methods because they are popular and have been used extensively in machine learning and the medical literature. We compare these five specific regression approaches or algorithms in imputing missing baseline covariates. The remainder of this article is organized in the following manner. We describe the simulation of data and imputation of missingness in the methods section. We then apply the regression imputation methods to our motivating example and, lastly, we conclude the paper with summarizing remarks and recommendations.

Methods

Complete datasets were generated, a missingness mechanism was applied, and the resulting incomplete observations were imputed under each regression method. The study was conducted under the assumptions of non-informative censoring, MAR data, and an outcome variable that adheres to the proportional hazards model. All simulations and analyses were performed in R version 3.4.4.

Complete Datasets

The true failure and censoring times T i and C i were drawn from the Weibull distribution [Reference Bender, Augustin and Blettner42,Reference Halabi and Singh43]. It is not uncommon in cancer trials to observe OS times fit a Weibull distribution. In fact, investigation of survival curves following an exponential distribution or a Weibull distribution confirmed that the TROPIC data can be matched to a Weibull distribution with appropriate parameters; draws from a Weibull distribution with appropriate parameters closely followed the observed the TROPIC survival curves. Thus, we used the Weibull distribution since it matched the distributions observed in the motivating TROPIC data. The censoring distribution was independent and non-informative. The observed time and censoring indicators were defined as Y i = min(T i , C i ) and δ i = I(T i C i ). These times achieve pre-specified median survival times on each equally proportioned strata of the primary predictor, treatment arm (ARM). Specifically, the experimental arm and control were simulated to have a median survival time of 15 months and 11 months, respectively.

The covariates from the TROPIC trial (training set) were chosen to serve as the basis for the distributions of the simulated explanatory variables (Table 1). These predictors were chosen primarily because they are established prognostic factors of OS [Reference Halabi44,Reference Armstrong45] in prostate cancer patients and because of their proportion of missingness. They included categorical variables’ Eastern Cooperative Oncology Group performance status (ECOG ∈ {0, 1, 2}), an indicator of whether progression occurred < 6 months since the last Taxotere session (PROG ∈ {0, 1}), pain at baseline (PAIN ∈ {0, 1}), an indicator of White race (WHITE ∈ {0, 1}), indicator of chemotherapy treatment (CHEMO ∈ {0, 1}), indicator of measurable disease (MEAS_DIS ∈ {0, 1}). Continuous variables included age (AGE), hemoglobin concentration (HGB), the log of the concentration of alkaline phosphatase (LALP), log of the concentration of prostate-specific antigen (LPSA), time on hormone (TIME_HORMONE), years since diagnosis (YRSINCEDIAG), and body mass index (BMI).

Table 1. Distribution of chosen baseline covariates from the TROPIC trial

Simulation of Data

All simulated covariates were drawn from a multivariate normal (MVN) distribution in order to induce correlation among them (the covariance matrix can be found in the Supplementary Materials). Inverse transform sampling was applied to those MVN draws corresponding to categorical variables in order to convert them from continuous values to binary or categorical factors. The specific event probabilities for each categorical variable’s levels are listed in the Supplementary Materials, as are the means and variances of the continuous covariates.

Simulations were conducted under combinations of each of the following characteristics: sample size (N = 200, 500, or 1000), percent censoring (C = 10% or 30%), and percent missing data (M = 5%, 10%, or 15%). These aspects result in a total of 6 complete datasets (combinations of N and C), 18 incomplete datasets (combinations of N, C, and M), and, after applying the 5 imputation regression methods, 90 imputed datasets (Table 2).

Table 2. Parameter settings for simulation studies

N, sample size; C, censoring percentage; M, missing percentage.

The sample sizes and censoring proportions were chosen foremost for their realistic values in oncology trials. A sample of 500 patients is not an uncommon size of a (training) dataset; in fact, the basis of this simulation study is the 507 observations from a training subset of the TROPIC trial. The smallest size of 200 patients was included to demonstrate each method’s performance in a smaller sample size context. The larger censoring proportion was chosen to approximate TROPIC while the smaller value was chosen to allow for performance comparisons under “ideal” circumstances. The N and C levels considerably differ in size to make obvious any differences in performance across these dataset characteristics. The levels of M were chosen to represent favorable (5%) [Reference Schafer46], average (10%), and undesirable (15%) rates of missing data [Reference Bennett47].

Incomplete Datasets

Three copies of each complete dataset were created upon which each of the three pre-specified levels of missingness were applied. This produced 18 incomplete datasets from the combinations of sample size, percent censoring, and percent missing. Of the 13 explanatory variables at baseline, three were chosen to be missing at random: those variables that represent progression shortly after Taxotere administration (PROG), hemoglobin (HGB), and alkaline phosphatase (LALP). Missing values were imposed by constructing logistic models to regress the probability of missingness on all of the complete variables. These probabilities were then used as the event rate of random Bernoulli draws to indicate missing or not missing, thereby creating a MAR pattern. This process was repeated 5000 times for each of the 18 characteristic combinations to obtain sampling distributions of the statistics of interest. More information is available in the Supplementary Materials Sect. 2 on the missingness mechanism.

Choice of Imputation Model

The key to a successful regression analysis is the assumption that the model used to link the outcome to the explanatory covariates fits the data well. White and Royston conducted simulation studies to determine the most efficient form by which survival should be incorporated into a regression imputation model [Reference White and Royston12]. They assessed several representations of survival time T including linear T, polynomial T 2, log(T), the cumulative baseline hazard $${H_0}\left( t \right)$$ , among others [Reference White and Royston12]. Moreover, they endorsed regression of the incomplete covariate X j , j = 1,2,3, on the complete covariates Z, the remaining 10 TROPIC covariates previously mentioned and ARM, and on survival represented by the event indicator δ and the Nelson–Aalen estimate of the baseline cumulative hazard function ${\widetilde H_0}\left( t \right)$ . This model performed at least as well as the other regression forms studied, often with the lowest bias and highest power [Reference White and Royston12].

Following the suggestion of White and Royston [Reference White and Royston12], we consider the following model where the incomplete covariate X j is regressed on the complete covariates Z and on survival represented by both the event indicator δ and the estimated baseline cumulative hazard function ${\widehat H_0}\left( t \right)$ :

(1) $${\mu _i} = E\left[ {{x_{ji}}{\rm{|}}{z_i}} \right] = {g^{ - 1}}\left( {\bi w}_{\bi i}^'\,\bibeta } \right),$$

where $${\mu _i}$$ is the mean of the response for patient i, g is identity when X j is continuous or is the inverse logit transformation when X j is binary, w i = [ $${z_i}$$ , $${\delta _i}$$ , $${\widehat H_0}({t_i})$$ ], and β is the vector of unknown regression coefficients. This general form of regression imputation model is adopted for our simulation study herein, and employs the Kalbfleisch and Prentice estimate ${\widehat H_0}\left( t \right)$ . The Nelson–Aalen estimate [Reference Nelson48,Reference Nelson49] ${\widetilde H_0}\left( t \right)$ is ideal in an active clinical trial but the lack of ties in the simulated data supports the use of the Kalbfleisch and Prentice estimate [Reference Kalbfleisch and Prentice50].

Imputation

For each of the 18 sets of incomplete data, imputation models were fitted based on Eq. 1. This model was incorporated into each of the five regression algorithms of interest; i.e., the formula used for each regression method’s imputation was Eq. 1. First, the baseline cumulative hazard ${\widehat H_0}\left( t \right)$ was iteratively calculated for each dataset conditioning on complete covariates, as described in White and Royston [Reference White and Royston12]. Logistic regression models were then fitted for the incomplete binary covariate and linear regression models for the incomplete continuous covariates. Specifically, the GLM and LASSO models utilized a logit link for the binary incomplete covariate and the identity link for the continuous incomplete covariates. The difference between these ultimately comes down to penalization and shrinking of model coefficients by LASSO, thereby employing a potentially smaller model for imputation. The tuning parameter for LASSO was fit by 10-fold cross-validation and selection of the parameter which was within one standard error of the parameter that minimizes the mean cross-validated error. The tuning of SVM was achieved using tune.svm to conduct 10-fold cross-validation and identify the best regularization parameter and best kernel coefficient via a grid search across a range of sampling space; in this case, “best” refers to those parameters that yielded the most accurate model. We chose to use this “one-standard-error” rule in order to select a more parsimonious imputation model that still controls cross-validation error [Reference Hastie, Hastie, Tibshirani and Friedman27]. The RF method was tuned to identify the optimal number of variables to randomly choose as model candidates at each split, which minimizes the out-of-bag estimated error rate.

For each model, the 11 complete covariates, represented by Z, the event indicator δ, and ${\widehat H_0}\left( t \right)$ acted as predictors of the missing variable X j to be imputed:

$$\eqalign{{\rm{E[X|Z}},\delta ,\,{\widehat H_0}(t)] \sim {g^{ - 1}}([{\rm{ARM, ECOG, PAIN, BMI, WHITE, }} \cr{CHEMO, MEAS\_DIS, AGE, LPSA, TIME\_HORMONE,} \cr{YRSINCEDIAG},{\rm{ }}\delta ,{\widehat H_0}(t)]\,\bibeta ).$$

Function g is as defined in Sect. 2.2. The GLM, LASSO, MARS, SVM, and RF models were fitted in R via the functions glm, cv.glmnet, earth, svm, and impute.rfsrc, respectively [51Reference Liaw and Wiener55]. All the programs were written by the first author in R version 3.4.4 and are available at: https://duke.box.com/s/5bn0f5gk5xmh3ova92rg9nzn9s1rsnil.

These fitted models then provided the predicted values for the missing observations of each incomplete covariate. To avoid underestimation of the variability in the prediction procedure, a residual error term was drawn from a normal distribution with mean 0 and standard deviation equal to that of the incomplete covariate’s observed values, e ~ N(0, sd(X)), and added to the predicted imputation value. In this manner, a total of 90 imputed datasets were obtained, each containing 5000 simulations.

Assessment of Imputed Data

Each of the five regression method’s imputed datasets was utilized to fit the Cox proportional hazards model predicting the time to death or censoring using six covariates: the three imputed covariates X = (PROG, HGB, LALP) and three complete covariates $\widetilde Z$ = (ARM, ECOG, AGE):

$$h\left( {t;X,Z} \right) = {h_0}\left( t \right)\exp ({\beta _x}X + {\beta _{ z\vskip -3pt\hskip -1.5pt\tilde}\, }}\widetilde Z).$$

The methods were then compared by evaluating the six estimated regression coefficients ${\widehat {\bibeta} = ({\widehat {\beta} _x},{\widehat {\beta} _{ z\vskip -3pt\hskip -1.5pt\tilde})$ . Generalized summary statistics were chosen to assess each method’s global performance, specifically any error in the estimation of $\widehat {\bibeta $ . To represent each method’s efficiency across the 6 (V) covariates and 5000 (S) simulation runs, the average absolute proportional bias, the average proportional mean square error (MSE), the average mean square prediction error (MSPE), the average median absolute deviation (MAD), and the average minimum 95% probability coverage (mPCOV) were computed in the following manner:

  1. 1. Average absolute proportional bias:

    $${{} \overline {BIAS}} = {1 \over V}\mathop \sum \limits_{v \,= \,1}^{V} \left\{ {{1 \over S}\mathop \sum \limits_{s \,= \,1}^S \left| {1 - {{{{\widehat \beta }_{s,v}}} \over {{\beta _v}}}} \right|} \right\},$$
  2. 2. Average proportional MSE:

    First, define MSE per Rubin’s rules for multiple imputations [Reference Rubin56]:

    $${MS{E_v} = {{} \overline {\mathord{\buildrel{\lower0pt\hbox{$\scriptscriptstyle$}}\over \widehat V} ({\beta _v})}} + \left( {1 + {1 \over S}} \right){V_B}\left( {{{\widehat \beta }_{s,v}}} \right),$$

    $$ \eqalign{= {1 \over S}\mathop \sum \limits_{s \,= \,1}^S \left\{ {{{\widehat V}_s}({{\widehat \beta }_{s,v}})} \right\} + \left( {1 + {1 \over S}} \right)\left( {{1 \over {S - 1}}\mathop \sum \limits_{s \,= \,1}^S {{\left( {{{\widehat \beta }_{s,v}} - {{\widehat \beta }_v}} \right)}^2}} \right),\cr{{\widehat \beta _v} = {1 \over S}\mathop \sum \limits_s^S {\widehat \beta _{s,v}}$$
    $${{} \overline {MSE}} = {1 \over V}\mathop \sum \limits_{v \,= \,1}^V \left\{ {{{MS{E_v}} \over {{{\mathord{\buildrel{\lower3pt\hbox{$\scriptscriptstyle\frown$}}\over V} }_s}({{\widehat \beta }_{s,v}})}}} \right\} = {1 \over V}\mathop \sum \limits_{v \,= \,1}^V \left\{ {1 + {1 \over {S - 1}}\mathop \sum \limits_{s \,=\, 1}^S {{\left( {{{{{\widehat \beta }_{s,v}} - {{\widehat \beta }_v}} \over {\sqrt {{{\mathord{\buildrel{\lower3pt\hbox{$\scriptscriptstyle\frown$}}\over V} }_s}({{\widehat \beta }_{s,v}})} }}} \right)}^2}} \right\}$$

    or

    ${{} \overline {MSE}} = {\displaystyle{1 \over V}\mathop \sum \limits_{v \,= \,1}^V \left\{ {{{MS{E_v}} \over {\mathord{\buildrel{\lower3pt\hbox{$\scriptscriptstyle\frown$}}\over V} ({\beta _v})}}} \right\},$
  3. 3. Average mean squared prediction error (MSPE):

    ${{} \overline {MSPE}} = {\displaystyle{1 \over S}\mathop \sum \limits_{s \,= \,1}^S \left\{ \displaystyle{{1 \over N}\mathop \sum \limits_{i\, = \,1}^N {{\left( {{{\widehat \eta }_s}({{\bi w}_i}) - \eta ({{\bi w}_i})} \right)}^2}} \right\},$
    where $$\eta \left( \bi w \right) = {\rm{HR}} = {\rm{exp}}\left( {{\bi w^T}\bibeta } \right)$$ ,
  4. 4. Average MAD:

    ${{} \overline {MAD}} = \displaystyle{1 \over V}\mathop \sum \limits_{v \,= \,1}^V \left\{ \displaystyle{{1 \over S}\mathop \sum \limits_{s \,= \,1}^S \left| {{{\widehat \beta }_{s,v}} - {\rm{media}}{{\rm{n}}_s}({{\widehat \beta }_{s,v}})} \right|} \right\},$
  5. 5. Average minimum 95% probability coverage (mPCOV):

    $${{} \overline {mPCOV}} = \mathop {\min }\limits_v \left\{ {{1 \over S}\mathop \sum \limits_{s \,= \,1}^S{\vskip 3pt\hscale 70%\vscale 150%{\rm I\hskip-1I}}\left\{ {{\beta _v} \in {\rm{CI}}\left( {{{\widehat \beta }_{s,v}}} \right)} \right\}} \right\},$$

where the confidence interval is a standard 95% confidence interval.

The results of each of the 5 regression methods for the 18 combinations of sample size, percent censoring, and percent missing were averaged across the 5000 simulated datasets for each performance statistic. Furthermore, to heuristically compare the methods’ performances, each regression method was assigned a rank within each level of missing percentage, for each statistic. Hence, a total of 75 ranks were assigned for each combination of N and C, across the 3 levels of missingness, the 5 summary statistics, and the 5 imputation methods. The mode of these ranks was then taken across missing percentage for a total of 25 final ranks per combination of N and C. That is, each of the 5 regression methods was given a single rank for each of the 5 statistics within the 6 combinations of sample size and censoring proportion. Thus, a total of 30 final rankings were assigned to each method. The number of times a method ranked 1st or 2nd was considered “good” performance.

Results

Simulation Results

The relative ranking of each regression method for each summary statistic and each combination of N and C is presented in Table 3. The results therein are based on summary statistics averaged across the 5000 simulations executed for each simulation scenario. When N = 200 and C = 30%, with the least number of events (140), SVM had the lowest bias followed by LASSO, MARS, RF, and GLM. LASSO ranked number 1 in terms of every summary statistic with the exception of bias and mPCOV (Table 3). SVM and LASSO most frequently achieved “good” ranks of 1 or 2 with frequencies 24/30 and 23/30, respectively (Table 3).

Table 3. Relative rank of regression imputation methods by simulation scenario (number of events)

MSE, mean squared error; MSPE, mean squared prediction error; MAD, median absolute deviation; mPCOV, minimum 95% probability coverage.

It is worth noting that all methods performed poorly with respect to bias, regardless of percent missing, as all methods overestimated the model parameters considerably (Table 4). Increasing percent of missingness caused a decrease in performance in GLM and MARS in some statistics. LASSO was robust to increasing the proportion of missingness at both levels of censoring (C = 30, 10%). GLM and RF remained constant in relative performance of MAD. SVM improved in MSPE with increasing percent missingness (Table 4).

Table 4. Summary statistics of simulations by regression imputation method and percent missing

When N = 500, LASSO ranked first in all summary statistics across both levels of censoring (C = 10%, 30%) except for mPCOV, where it continued its poor relative performance seen at N = 200, and for MSE when C = 10%. As missingness improved at C = 30%, all methods excluding MARS improved in bias and all methods maintained their relative rank in MSE and MAD. At C = 10% the relative ranking for LASSO, MARS, and SVM remained constant or improved in all summary statistics as the level of missingness increased. GLM either worsened or remained constant in all summary statistics. Overall, SVM outperformed MARS in all performance statistics. MARS demonstrated the worst absolute proportional bias and MSE.

Lastly, LASSO came in the top rank for the relative performance of bias, MSPE, and MAD in the N = 1000 datasets. SVM and LASSO were the best approaches at both C = 30% and 10% but MARS overtook SVM in bias with the 900 events at C = 10%. In fact, SVM ranked second for all statistics at N = 1000 except bias at C = 10%. GLM took top rank in mPCOV. As observed in the smaller datasets, GLM’s performance was otherwise consistently poor across summary statistics and censoring proportions. All methods maintained constant relative rank in MSPE and MAD at C = 30% and in MSE, MSPE, and MAD at C = 10%. GLM failed to improve in rank in any statistic at C = 10% while MARS did not fall in rank in any statistic.

In general, LASSO never fell below the first ranking in relative performance of bias, MSPE, and MAD for most combinations of sample size and censoring proportion. However, it consistently was the worst in relative performance of minimum probability coverage (Table 3). LASSO is the most sensitive to rising missing percentages in terms of largest reduction in mPCOV; at N = 500, C = 30% it falls from 0.792 coverage at M = 5% to 0.633 at M = 15% compared to GLM which falls only from 0.786 to 0.731 (Table 4). Additionally, SVM never fell below second rank in MSE, MSPE, and MAD. MARS consistently performed poorly. GLM never rose above fourth rank in relative performance of MSPE and MAD, and always demonstrated the highest mPCOV rank.

It should be noted that the age covariate was exceptionally biased by all methods on average under all simulation parameters. When age is excluded from the calculation of average proportional absolute bias, the average bias for all methods at N = 1000 was closer to 0.20, at N = 500 it was approximately 0.30, and at N = 200, it averaged at 0.9 for C = 10% and 1.0 for C = 30%.

Overall trends in performance of each method were observed with decreasing censoring (Table 4). When contrasting the scenarios with lower event rates (C = 30%) versus higher event rates (C = 10%), it can be seen that all methods observed a drop in bias and otherwise approximately constant performance in MSE, MSPE, MAD, and mPCOV. The one exception is MARS which observed increases in MSE at C = 10% versus 30%, primarily when M = 15%. LASSO’s mPCOV was higher at C = 30% compared to C = 10%.

The trend in relative performance with an increasing sample size can be seen at C = 30%, M = 15%, and C = 30%, M = 10% in Figs. 1 and 2, respectively. The trend was of decreases in bias, MSPE, MAD, and mPCOV, and small increases in MSE for all methods. MARS demonstrated a noticeable rise in MSE with increasing N. The trend of decreasing mPCOV with increasing sample size is due to the narrowing of the confidence intervals.

Fig. 1. Performance of regression imputation methods for each summary statistic in simulations where C = 30% and M = 15%.

Fig. 2. Performance of regression imputation methods for each summary statistic in simulations where C = 30% and M = 10%.

Lastly, holding both sample size and censoring percentage fixed resulted in similar performance by all methods as missingness increases: approximately constant performance in MAD and MSE – excluding SVM which saw higher MSEs at higher missing rates – and drops in MSPE and mPCOV (Table 4). For the bias statistic, SVM and LASSO typically were constant or improved, GLM improved for all but the C = 10% and N = 500, 1000 scenarios, and MARS often worsened in relative performance. Overall, all methods became less sensitive to missingness, especially in MSE, MSPE, and MAD, as the sample size increased.

Trends in behavior of each statistic were also noted. As expected, bias improved and decreased with increasing sample size for all five methods, while MSE remained constant; i.e., variability increased. MAD was fairly robust to all three simulation parameters; for any value of any parameter, it was near 0.47 for any of the five imputation methods. mPCOV was approximately constant for any sample size or censoring proportion. As expected, the remaining statistics improved with increasing N. Within a fixed sample size MSPE and MAD were robust to changing censoring proportions while bias and MSE improved with higher event counts; i.e., with lower C.

Motivating Example

Our first step was to assess the mechanism of missingness so an appropriate imputation method can be applied. This is one of the most challenging tasks as data that aid in determining the type of missingness are often not collected in studies. This is not a unique problem to the TROPIC trial, as such information is often overlooked in clinical trials and studies. The underlying missing covariate data mechanism was not missing completely at random, but rather was missing at random. This was a reasonable assumption as missing completely at random is highly unlikely to hold in all but the simplest experimental settings since missingness in one variable is frequently related to whether another variable is also missing. MAR can be empirically confirmed by assessing the correlation between the missingness in a given covariate and the observed values of another covariate. Thus, we assumed the covariate values are MAR because the correlation between missing values of given covariates and the observed values of other covariates was substantial. For example, missing values of baseline hemoglobin and observed values of measurable disease had a correlation of approximately 40%. Non-ignorable missingness was deemed unlikely due to the capture of an extensive set of covariates which considerably improve the efficiency of imputation procedures.

We imputed the missing data based on 12 baseline variables in a manner identical to the methods described above; the baseline cumulative hazard was estimated and then included with the set of complete covariates in a regression model to predict and impute the missing values of the incomplete variables. This was done once for each of the five regression techniques. The incomplete variables in the TROPIC training set were: PAIN, HGB, LALP, LPSA, BMI, TIME_HORMONE, and YRSINCEDIAG. The complete variables used to impute the missing values were: ECOG, WHITE (for race), MEAS_DIS, AGE, CHEMO, VISCMET, δ, and ${\widehat H_0}$ where VISCMET is an indicator for whether the patient had metastases in so-called “visceral” locations – not in the lung, liver, bone, lymph node, etc. When we fit a model with the complete records, the time-dependent area under the curve is 0.77 (95% CI = 0.51, 0.78). When we fit a model with the imputed data, the time-dependent areas under the curve are 0.75 (95% CI = 0.51, 0.77 95% CI), 0.76 (95% CI = 0.51, 0.77), 0.77 (95% CI = 0.51, 0.77), 0.77 (95% CI = 0.51, 0.77), and 0.77 (95% CI = 0.51, 0.77) for the SVM, LASSO, RF, GLM, and MARS approaches, respectively.

Since the results of these simulations were unavailable at the time of model building for the TROPIC dataset, SVM was chosen for imputing the missing variables in the prognostic model of OS due to its superiority in some application of pattern recognition and machine learning methods [Reference Halabi22].

Discussion

In this article, we investigated the performance of five different regression methods, GLM, LASSO, MARS, and SVM, when applied for the purpose of single imputation of missing baseline covariates in predicting survival outcomes and estimating covariate effects. Linear and logistic models were constructed under these modeling methods for the purpose of imputing missing values of normal and binary explanatory variables respectively. This process was completed in the context of time-to-event outcomes that are subject to right censoring.

We focused on the survival outcome as this was our motivation example and we adopted the White and Royston approach [Reference White and Royston12]. The simulations conducted here were based on the assumption of missing at random. Through our simulation studies, we have demonstrated the feasibility of applying regression imputation approaches for missing baseline covariates that predict survival outcomes that are subject to right censoring. The results of the simulation show that SVM and LASSO outperformed GLM and MARS. This can be attributed to LASSO’s ability to both efficiently estimate regression parameters as well as shrink the parameters. This provided more accurate predictions of missing observations than the other methods and so led to more accurate results in the fitted Cox proportional hazards model.

On an average, LASSO and SVM were robust regardless of sample size, censoring percentage, and missing percentage. We note also that none of the regression or classification methods appeared to differ in summary statistic performance between continuous and categorical covariates. They produced the most efficient statistic value for the majority of performance settings. The one exception was mPCOV which could be due to LASSO’s shrinkage; relative to the other methods it applies a greater magnitude of shrinkage to some covariates and so has tighter confidence intervals. Across the six combinations of sample size and censoring, MARS had the least impressive performance relative to the other regression methods. Though differences in performance were observed, the differences were not large in magnitude. It is possible that an adjustment to the signal-to-noise ratio may improve the apparent performance of the flexible nonparametric models MARS and RF. Additional research could investigate this further.

All simulations were run in parallel and so GLM, LASSO, and MARS took very little time to complete the 5000 simulations for each scenario; less than 4 min for even the largest sample size of 1000. Computationally, as expected, GLM took the least time to complete the simulations – less than 15 min for all 18 scenarios, with MARS requiring little additional time comparatively – less than 20 min. Each of these two methods took less than a minute to run all of the simulations for any given set of simulation parameters. LASSO took more time than MARS or GLM combined but was still very quick overall; each scenario required at most 4 min to complete all 5000 simulations. SVM was considerably slowed down by the tuning step and even when run in parallel across a multi-core processor required significantly more time than the other three methods combined; each scenario took more than 1 h. RF took less time to run than SVM, but more than the other three methods; anywhere from 8 to 30 min per scenario.

The study presented herein has several limitations. First, simulations were conducted only on a low-dimensional dataset that included 14 covariates. Performance of the five regression methods may have varied more significantly in a high-dimensional dataset. Second, only three incomplete variables were imputed. Third, we have not compared the regression approaches with multiple imputations nor maximum likelihood methods. Nonetheless, this simulation study is important as it has shown that SVM and LASSO are the preferred options for regression imputation in the context of baseline covariate that is missing in predicting survival outcome under Eq. 1 and the simulation assumptions. LASSO is recommended for both its higher predictive accuracy and computational efficiency. Future research should study: the effects of stronger and weaker correlations among the covariates, impact of mixed distributions of binary, categorical and continuous covariates, the performance in a high-dimensional dataset with numerous covariates, the performance under multiple imputation rather than single imputation, and longitudinal measures of the covariates and outcomes.

Missing data is inevitable in data in medical and other areas of research. Handling missing data is a complex and a challenging task. This is due both to the fact that the type of missingness mechanism is usually unknown and that the assumptions one makes about the missingness and the mechanism cannot be definitively checked from the observed data. It is highly recommended that data elements that help assess the type of mechanism be collected at the design stage so that data can be carefully assessed and assumptions checked before one embarks on an imputation approach. Investigators are encouraged to thoroughly check their data and assumptions, implement appropriate methods for imputing the missing data, and perform sensitivity analysis so valid inferences can be made.

Supplementary Material

To view supplementary material for this article, please visit https://doi.org/10.1017/cts.2020.533.

Acknowledgments

The authors thank Sanofi for sharing their data and making this analysis possible. Dr. Barry Moser contributed to the design and analysis plan of this study.

This work was funded in part by the National Institute of Health (NIH) Grant CA 155296 1A1, and the United States Army Medical Research Materiel Command grants W81XWH-15-1-0467 and W81XWH-18-1-0278 and the Prostate Cancer Foundation.

Disclosures

The authors have no conflicts of interest to declare.

References

Smith, CJ. Missing data. Phlebology 2011; 26: 215216.CrossRefGoogle ScholarPubMed
Brick, JM, Kalton, G. Handling missing data in survey research. Statistical Methods in Medical Research 1996; 5: 215238.CrossRefGoogle ScholarPubMed
Rubin, DB. Inference and missing data. Biometrika 1976; 63: 581592.CrossRefGoogle Scholar
Little, RJA. Regression with missing x’s: a review. Journal of the American Statistical Association 1992; 87: 12271237.Google Scholar
Acock, AC. Working with missing values. Journal of Marriage and Family 2005; 67: 10121028.CrossRefGoogle Scholar
Raghunathan, TE. What do we do with missing data? Some options for analysis of incomplete data. Annual Review of Public Health 2004; 25: 99117.CrossRefGoogle ScholarPubMed
Kim, JK, Shao, J. Statistical Methods for Handling Incomplete Data. New York: CRC Press, 2013. CrossRefGoogle Scholar
Schafer, JL. Analysis of Incomplete Multivariate Data. 1st ed. New York: Chapman and Hall/CRC Press, 1997.CrossRefGoogle Scholar
Kenward, M. The handling of missing data in clinical trials. Clinical Investigation 2013; 3: 241250.CrossRefGoogle Scholar
White, IR, Carlin, JB. Bias and efficiency of multiple imputation compared with complete-case analysis for missing covariate values. Statistics in Medicine 2010; 29: 29202931.CrossRefGoogle ScholarPubMed
Little, RJA, Rubin, DB. Statistical Analysis with Missing Data. 2nd ed. Hoboken, NJ: John Wiley & Sons, 2002.CrossRefGoogle Scholar
White, IR, Royston, P. Imputing missing covariate values for the Cox model. Statistics in Medicine 2009; 28: 19821998.CrossRefGoogle ScholarPubMed
Ma, Z, Chen, G. Bayesian methods for dealing with missing data problems. Journal of the Korean Statistical Society 2018; 47: 297313.CrossRefGoogle Scholar
Hsu, CH, Yu, M. Cox regression analysis with missing covariates via nonparametric multiple imputation. Statistical Methods in Medical Research 2019; 28: 16761688.CrossRefGoogle ScholarPubMed
Royston, P, White, IR. Multiple imputation by chained equations (MICE): implementation in Stata. Journal of Statistical Software 2011; 45: 120.CrossRefGoogle Scholar
Burgette, LF, Reiter, J. Multiple imputation for missing data via sequential regression trees. American Journal of Epidemiology 2010; 172: 10701076.CrossRefGoogle ScholarPubMed
Karahalios, A, et al. A review of the reporting and handling of missing data in cohort studies with repeated assessment of exposure measures. BioMed Central Medical Research Methodology 2012; 12: 96.CrossRefGoogle ScholarPubMed
Jakobsen, JC, et al. When and how should multiple imputation be used for handling missing data in randomised clinical trials – a practical guide with flowcharts. BioMed Central Medical Research Methodology 2017; 17: 162.CrossRefGoogle ScholarPubMed
Ibrahim, J, Molenberghs, G. Missing data methods in longitudinal studies: a review. Test (Madrid, Spain) 2009; 18: 143.Google ScholarPubMed
Molenberghs, G, et al. Handbook of Missing Data Methodology. London: Chapman and Hall/CRC, 2014.CrossRefGoogle Scholar
Carpenter, JR, Kenward, MG. Multiple Imputation and Its Application. Chichester: Wiley, 2013.CrossRefGoogle Scholar
Halabi, S, et al. Prognostic model predicting metastatic castrate- resistant prostate cancer survival in men treated with second-line chemotherapy. Journal of the National Cancer Institute 2013; 105: 17291737.CrossRefGoogle Scholar
De Bono, J, et al. Prednisone plus cabazitaxel or mitoxantrone for metastatic castration-resistant prostate cancer progressing after docetaxel treatment: a randomised open-label trial. Lancet 2010; 376: 11471154.CrossRefGoogle ScholarPubMed
McCullagh, P, Nelder, JA. Generalized Linear Models. 2nd ed. London: Chapman and Hall, 1989.CrossRefGoogle Scholar
Dobson, A, Barnett, A An Introduction to Generalized Linear Models. 3rd ed. London: Chapman and Hall/CRC, 2008.CrossRefGoogle Scholar
Neuhaus, J, McCulloch, C. Generalized linear models: Wiley Interdisciplinary Review. Computational Statistics 2011; 3: 407413.Google Scholar
Hastie, T, et al. Linear methods for regression. In: Hastie, T, Tibshirani, R, Friedman, JH, eds. The Elements of Statistical Learning. 2nd ed. New York: Springer; 2009. 4399.CrossRefGoogle Scholar
Tibshirani, R. Regression shrinkage and selection via the lasso. Journal of the Royal Statistical Society Series B 1996; 58: 267288.Google Scholar
Weisberg, S. Variable selection and regularization. Unpublished manuscript. Tucson: Arizona University, 2012.Google Scholar
Bühlmann, P, van de Geer, S. Statistics for High-Dimensional Data. Berlin Heidelberg: Springer, 2011.CrossRefGoogle Scholar
Friedman, JH, Roosen, C. An introduction to multivariate adaptive regression splines. Statistical Methods in Medical Research 1995; 4: 197217.CrossRefGoogle ScholarPubMed
Hastie, T, et al. Additive models, trees, and related methods. In: Hastie, T, Tibshirani, R, Friedman, JH, eds. The Elements of Statistical Learning. 2nd ed. New York: Springer; 2009. 295336.CrossRefGoogle Scholar
Friedman, J. Multivariate adaptive regression splines. The Annals of Statistics 1991; 19: 167.Google Scholar
Mittag, F, et al. Use of support vector machines for disease risk prediction in genome-wide association studies: concerns and opportunities. Human Mutation 2012; 33: 17081718.CrossRefGoogle ScholarPubMed
Yang, B, et al. A data imputation method with support vector vachines for activity-based transportation models. In: Wang, Y and Li, T, eds. Foundations of Intelligent Systems. Berlin, Heidelberg: Springer; 2012. 249257.Google Scholar
Rogers, S. Support vector machines for classification and imputation. Physical and Mathematical Sciences. Provo, UT: Department of Statistics, Brigham Young University, 2012.Google Scholar
Mallinson, H, Gammerman, A. Imputation Using Support Vector Machines. Egham, UK: Department of Computer Science, University of London, 2013.Google Scholar
Campbell, C, Ying, Y. Learning with support vector machines. In: Brachman, RJ, Dietterich, TG, eds. Synthesis Lectures on Artificial Intelligence and Machine Learning. San Rafael, CA: Morgan and Claypool, 2011.Google Scholar
Bennett, K, Campbell, C. Support vector machines: Hype or Hallelujah? Special Interest Group on Knowledge Discovery and Data Mining Explorations 2000; 2: 113.Google Scholar
Breiman, L. Random forests. Machine Learning 2001; 45: 532.CrossRefGoogle Scholar
Tang, F, Ishwaran, H. Random forest missing data algorithms. Statistical Analysis and Data Mining 2017; 10: 363377.CrossRefGoogle ScholarPubMed
Bender, R, Augustin, T, Blettner, M. Generating survival times to simulate Cox proportional hazards models. Statistics in Medicine 2005; 24: 17131723.CrossRefGoogle ScholarPubMed
Halabi, S, Singh, B. Sample size determination for comparing several survival curves with unequal allocations. Statistics in Medicine 2004; 23: 17931815.CrossRefGoogle ScholarPubMed
Halabi, S, et al. Prognostic model for predicting survival in men with hormone-refractory metastatic prostate cancer. Journal of Clinical Oncology 2003; 21: 12321237.CrossRefGoogle ScholarPubMed
Armstrong, AJ, et al. A contemporary prognostic nomogram for men with hormone-refractory metastatic prostate cancer (HRPC). Clinical Cancer Research 2007; 13: 63966403.CrossRefGoogle Scholar
Schafer, JL. Multiple imputation: a primer. Statistical Methods in Medical Research 1999; 8: 315.CrossRefGoogle ScholarPubMed
Bennett, DA. How can I deal with missing data in my study? Australian and New Zealand Journal of Public Health 2001; 25: 464469.CrossRefGoogle Scholar
Nelson, W. Hazard plotting for incomplete failure data. Journal of Quality Technology 1969; 1: 2752.CrossRefGoogle Scholar
Nelson, W. Theory and applications of hazard plotting for censored failure data. Technometrics 1972; 14: 945965.CrossRefGoogle Scholar
Kalbfleisch, JD, Prentice, RL. Marginal likelihoods based on Cox’s regression and life model. Biometrika 1973; 60: 267278.CrossRefGoogle Scholar
R Core Team. R: a language and environment for statistical computing. 2015. http://www.R-project.org/.Google Scholar
Friedman, JH, Hastie, T, Tibshirani, R. Regularization paths for generalized linear models via coordinate descent. Journal of the Statistical Software 2013; 33: 122.Google Scholar
Milborrow, Stephen. earth: Multivariate Adaptive Regression Splines. R package version 4.2.0 2015; http://CRAN.R-project.org/package=earth.Google Scholar
Meyer, D, et al. e1071: Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien. R package version 1.6–7. 2015; http://CRAN.R-project.org/package=e1071.Google Scholar
Liaw, A, Wiener, M. Classification and regression by randomForest. R News 2002; 2(3): 1822. https://CRAN.R-project.org/doc/Rnews/.Google Scholar
Rubin, DB. Multiple Imputation for Nonresponse in Surveys. New York: John Wiley and Sons, 2004.Google Scholar
Figure 0

Table 1. Distribution of chosen baseline covariates from the TROPIC trial

Figure 1

Table 2. Parameter settings for simulation studies

Figure 2

Table 3. Relative rank of regression imputation methods by simulation scenario (number of events)

Figure 3

Table 4. Summary statistics of simulations by regression imputation method and percent missing

Figure 4

Fig. 1. Performance of regression imputation methods for each summary statistic in simulations where C = 30% and M = 15%.

Figure 5

Fig. 2. Performance of regression imputation methods for each summary statistic in simulations where C = 30% and M = 10%.

Supplementary material: File

Solomon et al. supplementary material

Solomon et al. supplementary material

Download Solomon et al. supplementary material(File)
File 31.4 KB