Which technique handles missing data by modeling the missingness mechanism?
- Mean Imputation
- Multiple Imputation
- Model-Based Imputation
- All of these
Answer: Model-Based Imputation
Model-based imputation (MICE, Bayesian) models relationships between variables to predict missing values, accounting for uncertainty. More robust than simple methods for complex missingness patterns.