mipred: Prediction using Multiple Imputation

Calibration of generalized linear models and Cox regression models for prediction using multiple imputation to account for missing values in the predictors as described in the paper by "Mertens, Banzato and de Wreede" (2018) <arXiv:1810.05099>. The methodology and calculations described in this paper are fully implemented in this package. The vignette describes all data analytic steps which allow users to replicate results using the package functions on the data analyzed in the paper or on their own data. Imputations are generated using the package 'mice' without using the outcomes of observations for which the predictions are generated. Two options are provided to generate predictions. The first is prediction-averaging of predictions calibrated from single models fitted on single imputed datasets within a set of multiple imputations. The second is application of the Rubin's rules pooled model. For both implementations, unobserved values in the predictor data of new observations for which the predictions are derived are automatically imputed. The package contains two basic functions. The first, mipred() generates predictions of outcome on new observations. The second, mipred.cv() generates cross-validated predictions with the methodology on existing data for which outcomes have already been observed. The present version is still in development and should support continuous, binary and counting outcomes, but we have only thoroughly checked performance for binary outcome logistic regression modeling. We will include the Cox regression extension later.

Package details

AuthorBart J. A. Mertens [aut, cre] (<https://orcid.org/0000-0002-5019-0354>)
MaintainerBart J. A. Mertens <b.mertens@lumc.nl>
LicenseGPL-3
Version0.0.1
URL https://github.com/BartJAMertens/mipred https://arxiv.org/abs/1810.05099 https://www.researchgate.net/project/Prediction-calibration-using-multiple-imputations-to-account-for-missing-predictor-values
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("mipred")

Try the mipred package in your browser

Any scripts or data that you put into this service are public.

mipred documentation built on July 12, 2019, 5:04 p.m.