Skip to content

FIML in lme

3 messages · Francisco J. Zagmutt, Douglas Bates, Chris Lawrence

#
Hi

I was asked if lme can use FIML (Full Information Maximum Likelihood) 
instead of REML or ML but I don't know the answer.  Does anybody know if 
this is implemented in R?

Thanks

Francisco
#
F Z wrote:
To the best of my knowledge, FIML is ML so the answer is yes.

For example, the phrase "Full Information Maximum Likelihood" is used in 
Singer and Willett (2004) "Applied Longitudinal Data Analysis" (Oxford 
University Press) as a synonym for maximum likelihood.
#
On Aug 27, Douglas Bates wrote:
I have seen FIML used to refer to a type of ML estimation where a
missing data treatment is included in the estimation procedure
(parameter estimates are derived from incomplete cases for only the
variables present in the case, rather than simply discarding the
cases), at least in the latent-variable SEM context, specifically in
AMOS.  This may be what Francisco is getting at.

To my knowledge, no R packages implement this sort of "FIML", for any
class of models, although there are other available missing data
treatments (EM, MCMC estimation).


Chris