Skip to content
Prev 1945 / 20628 Next

model selection in lme4

Some caution on this advice: you seem to be quoting
the general advice on AIC/BIC/AICc

  1. The AIC/BIC distinction is between "best prediction"
and "consistent estimation of true model" dimension, e.g.

Yang, Yuhong. 2005. Can the strengths of AIC and BIC be shared? A
conflict between model identification and regression estimation.
Biometrika 92, no. 4 (December 1): 937-950. doi:10.1093/biomet/92.4.937.

  I favor AIC on these grounds, but you can decide for yourself.

  2. For models with different random effects, AIC and BIC share
a "degrees of freedom counting" problem with all model selection
approaches -- there are two aspects here, (1) whether you are
focused on individual-level prediction or population-level
prediction (Vaida and Blanchard 2005, Spiegelhalter et al 2002)
and (2) whether AIC/BIC share the boundary problems that
also apply to likelihood ratio tests (Greven, Sonja. 2008. Non-Standard
Problems in Inference for Additive and Linear Mixed Models. G?ttingen,
Germany: Cuvillier Verlag.
http://www.cuvillier.de/flycms/en/html/30/-UickI3zKPS,3cEY=/Buchdetails.html?SID=wVZnpL8f0fbc.
)

  3. AIC and BIC are asymptotic tests (which can be especially
problematic with random effects problems, when there are not
large number of random blocks -- this makes likelihood ratio
tests NOT OK for fixed-effect comparisons with small numbers
of blocks (Pinheiro and Bates 2000)).  If you want to use
AICc then you are back to counting residual degrees of freedom ...
as far as I know there isn't much guidance available on this
issue.

  My bottom line:

  I would go ahead and use (Q)AIC with caution for data sets with large
(?) numbers of blocks.  With smaller numbers of blocks I would probably
try to find some kind of randomization/permutation approach to get a
sense of the relevant size of delta-AIC values ...
   ... or damn the torpedoes and see if you can get away with straight
AIC.

  Ben Bolker
Christopher David Desjardins wrote: