Skip to content
Prev 8684 / 20628 Next

lme4 - GLMM dispersion parameter?

If Liam is wanting the (approximate) equivalent of a dispersion 
parameter, then put in an observation level random effect.
Create a factor that has one level for each observation, and 
include this as a random effect (maybe +~1|obs)

Genuine poisson variation is uncommon in such contexts --
typically one can expect some clustering.  One should
accordingly check the fitting of an observation level random
effect.

John Maindonald             email: john.maindonald at anu.edu.au
phone : +61 2 (6125)3473    fax  : +61 2(6125)5549
Centre for Mathematics & Its Applications, Room 1194,
John Dedman Mathematical Sciences Building (Building 27)
Australian National University, Canberra ACT 0200.
http://www.maths.anu.edu.au/~johnm
On 01/08/2012, at 10:56 PM, Ben Bolker wrote: