Skip to content
Prev 12997 / 20628 Next

Best way to handle missing data?

mice will impute the complete dataset, it just needs to have an imputation
method setup for each variable. See the example given in the help for
mice.impute.2lonly.norm

Full information maximum likelihood estimation (FIML) (Note for Landon,
this is ML taking into account the missing data) is only feasible if you
can reformulate everything as a structural equation model and use software
that can cope with this. Otherwise working with the integrals is pretty
much impossible. If there is something in the model that is nonlinear it
probably isn't an option at all. One of the great things about multiple
imputation is that you get it running with say 20 imputations and then run
it overnight with 200 or more and it probably won't change but you will
know that you have enough imputations. So FIML doesn't have an advantage in
that respect.
On 27 February 2015 at 16:20, Bonnie Dixon <bmdixon at ucdavis.edu> wrote: