Model-based imputation handles missing data by modeling relationships between variables to predict missing values, accounting for uncertainty.
- True
- False
Answer: True
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.