Questions regarding issues encountered during -mi- have been asked many times in this forum. I note especially
- https://www.stata.com/statalist/arch.../msg01007.html
- https://www.statalist.org/forums/for...not-converging
- https://www.statalist.org/forums/forum/general-stata-discussion/general/29284-multiple-imputation-for-missing-categorical-variable
My question is that I don't understand why mi impute mvn works but mi impute chained does not since - from my reading of the Stata documentation - chained equations are a much more flexible (accommodating?) method.
Furthermore, I narrowed down the problem to be my binary variables in the MICE approach and even when I only include a single binary variable like
Code:
mi impute chained (logit) binary_var = ... , augment
- Is mvn necessarily a more restrictive method than MICE with only continuous & binary variables?
- is it ok to rely on mvn when -mi impute chained- fails to converge or does it signify the data is such that multiple imputation is perhaps ill-advised?
0 Response to multiple imputation: mvn vs chained
Post a Comment