Skip to content
Prev 13002 / 20628 Next

Best way to handle missing data?

Thank you very much to everyone who has replied for your helpful
suggestions.

For clarification about FIML (and in support of what Ken explained), my
professor who does multilevel modeling in SAS tells me that in SAS, "FIML"
refers to a form of maximum likelihood estimation that can accept an
incomplete data set, and does not omit the observations with missing data
as must be done in both "ML" and "REML" in nlme.  FIML in SAS handles
observations in which the data is missing for some variables by just using
those variables for which data is available and integrating over the
missing values.  This is the default method in SAS PROC MIXED for all mixed
effects models (not just for structural equation modeling).  But this
functionality does not appear to be available in R except for structural
equation modeling (i.e. package, lavaan).

Given that, I am now working on a multiple imputation solution for my
problem, using either mice or Amelia, and will post again to the list once
I have a working example.  (Apparently, I was wrong about mice only being
able to impute one variable.)  How many imputations are needed?  Many
sources online indicate that 3-10 is usually enough, and the default in
both mice and Amelia is 5.

Bonnie
On Thu, Feb 26, 2015 at 11:26 PM, Ken Beath <ken.beath at mq.edu.au> wrote: