Skip to content

lme4 with simulated hierarchical data with correlated errors

3 messages · Raluca Gui, Ben Bolker, Markus Jäntti

#
This is not trivial.

  The authors use a completely different estimation approach (and
describe, but do not give code for, their procedure). In Appendix 2 the
authors describe their method for random-effects estimation, which uses
a "feasible GLS estimator" from Verbeek 2000 "A guide to modern
econometrics": "For more details on the computation of the weighting
matrix, see Verbeek (2000), Hsiao (1986) and Baltagi (2001). Several
other random-effects estimation procedures for model (1) are available
that include the iterative GLS (IGLS) approach, (restricted) maximum
likelihood (REML), or Bayesian procedures (see e.g. Goldstein, 1995;
Longford, 1993)."

  It would take considerable work (at least on my part! maybe it's
easy/already known for someone else on the list) to work through and
understand the characteristics of these different estimation methods.

  Maybe it's a good thing that REML as implemented by lme4 is less biased?

  Ben Bolker
On 14-04-01 07:05 AM, Raluca Gui wrote:
#
You probably want to rerun your simulation using the nlme::gls. Econometricians 
tend to use gls to estimate what they call random effects models rather than REML.

Markus Jantti
On 01/04/14 16:13, Ben Bolker wrote: