Skip to content
Prev 2452 / 7420 Next

Confidence intervals in lmer

Chris Howden <chris at ...> writes:
Unfortunately, predict() doesn't currently exist for lmer models,
and se.fit doesn't even work for lme models.

  There's some code on http://glmm.wikidot.com/faq for computing
predictions and standard errors of predictions.  Note, however,
that these recipes do not take into account the uncertainty in the 
estimates of the random-effects variance (something that as far
as I can tell no-one has a recipe for).