A Practical Guide to Modern Imputation
Jeffrey Näf
TL;DR
Missing data imputation faces pitfalls that bias analyses; the authors advocate distributional, stochastic imputations and demonstrate benchmarking approaches to select methods. They promote iterative MICE variants (e.g., mice_cart, mice_rf) and knn within a MAR setting, and use energy-I-Score to rank methods that reproduce the imputation distribution. They show that RMSE/MAE can mislead in real data and propose bootstrap-based uncertainty quantification as a practical alternative to Rubin's rules. The paper provides concrete guidance, simulations (Gaussian and Uniform MAR), and a public codebase to help practitioners avoid common pitfalls and improve uncertainty assessment on imputed datasets.
Abstract
This guide based on recent papers should help researchers avoid some of the most common pitfalls of missing value imputation imputation.
