paper-with-me

Papers

Adapting tree-based multiple imputation methods for multi-level data? A simulation study

2024-01-25 · Nico Föge, Jakob Schwerter, Ketevan Gurtskaia, Markus Pauly, Philipp Doebler

When data have a hierarchical structure, such as students nested within classrooms, ignoring dependencies between observations can compromise the validity of imputation procedures. Standard tree-based imputation methods implicitly assume independence between observations, limiting their applicability in multilevel data settings. Although Multivariate Imputation by Chained Equations (MICE) is widely used for hierarchical data, it has limitations, including sensitivity to model specification and computational complexity. Alternative tree-based approaches have shown promise for individual-level data, but remain largely unexplored for hierarchical contexts. In this simulation study, we systematically evaluate the performance of novel tree-based methods--Chained Random Forests and Extreme Gradient Boosting (mixgb)--explicitly adapted for multi-level data by incorporating dummy variables indicating cluster membership. We compare these tree-based methods and their adapted versions with traditional MICE imputation in terms of coefficient estimation bias, type I error rates and statistical power, under different cluster sizes, missingness mechanisms and missingness rates, using both random intercept and random slope data generation models. The results show that MICE provides robust and accurate inference for level 2 variables, especially at low missingness rates. However, the adapted boosting approach (mixgb with cluster dummies) consistently outperforms other methods for Level-1 variables at higher missingness rates (30%, 50%). For level 2 variables, while MICE retains better power at moderate missingness (30%), adapted boosting becomes superior at high missingness (50%), regardless of the missingness mechanism or cluster size. These findings highlight the potential of appropriately adapted tree-based imputation methods as effective alternatives to conventional MICE in multilevel data analyses.

📄 PDF Abstract BibTeX arXiv:2401.14161

Code (0)

등록된 구현이 없습니다.

Tasks

Imputation

Similar Papers 제목 키워드 기반

Are deep learning models superior for missing data imputation in large surveys? Evidence from an empirical comparison

2021-03-14 · Zhenhua Wang, Olanrewaju Akande, Jason Poulos, Fan Li

Multiple imputation (MI) is a popular approach for dealing with missing data arising from non-response in sample surveys. Multiple imputation by chained equations (MICE) is one of the most widely used MI algorithms for m…

Deep LearningDenoisingImputation

Evaluating tree-based imputation methods as an alternative to MICE PMM for drawing inference in empirical studies

2024-01-17 · Jakob Schwerter, Ketevan Gurtskaia, Andrés Romero, Birgit Zeyer-Gliozzo 외

Dealing with missing data is an important problem in statistical analysis that is often addressed with imputation procedures. The performance and validity of such methods are of great importance for their application in …

Imputation

Conditional Information Bottleneck Approach for Time Series Imputation

2024-01-16 · ICLR 2024 1 · MinGyu Choi, Changhee Lee

Time series imputation presents a significant challenge because it requires capturing the underlying temporal dynamics from partially observed time series data. Among the recent successes of imputation methods based on g…

ImputationTime Series

MissForest - nonparametric missing value imputation for mixed-type data

2011-05-04 · Daniel J. Stekhoven, Peter Bühlmann

Modern data acquisition based on high-throughput technology is often facing the problem of missing data. Algorithms commonly used in the analysis of such large-scale data often depend on a complete set. Missing value imp…

Computational EfficiencyImputationMissing Values

Unmasking Trees for Tabular Data

2024-07-08 · Calvin Mccarter

Despite much work on advanced deep learning and generative modeling techniques for tabular data generation and imputation, traditional methods have continued to win on imputation benchmarks. We herein present UnmaskingTr…

Density EstimationImputationIn-Context LearningTabular Data Generation