Skip to content
Prev 6409 / 20628 Next

Test and account for overdispersion in GLMM - lme4 & glmmML packages.

Dear list members,

I am stuck in statistical problems related to overdispersion in GLMM  
with a Poisson distribution. I have vainly explored the archives of  
the mailing list, books and forums and now count on the kindness and  
knowledge of the list members.

Following the guidelines of the TREE?s review (Bolker et al., 2008), I  
would like to test fixed effects in a GLMM fit by Laplace  
approximation by using the package lme4. I encounter 2 problems:

1- Since overdispersion (indicated by the scale value) is a crucial  
feature in GLMM, I need to test it in my models. The scale value is  
not available in the summary of lmer models, but I have read that it  
is given by the command:
As far as I understood, when the family used in the model is poisson;  
the function ?lme4:::sigma(model)? gives 1, by definition, which is  
meaningless in my case.
Therefore, it was advised to used ?quasi-? families, then run the  
command ?lme4:::sigma(model)? which give the scale parameter of the  
model. And keep on using quasi-families in case of overdispersion.
However, since ?quasi-families? are no longer available in lme4, how  
does one know if a lmer model is overddispersed?

I have tried to avoid this problem by using the glmmML package and fit  
the same model:
In the first hand, I have seen that overdispersion of glmmML may be  
indicated by the commands:
Such commands give me NULL, which I guess means that the  
under/over-dispersion are null. Is it right?
In another hand, the summary indicates that Residual deviance is not  
equal to the df, which I thought meant overdispersion. Moreover, is  
the given value as ?scale parameter in mixing distribution? (here  
0.6403) stands for the scale value? Should it be equal to 0 or 1 when  
no overdispersion?


2- My second problem is the following step. In case of overdispersion,  
after reading various sources, the solution seems to include the  
individual-level as an additional random effect.
First I do not fully understand how one can test other effects while  
the smallest level of observation is taken into account by this  
additional random effect.
Second, if I test the overdispersion of the new model, should the  
outcome no longer indicate overdispersion?
Third, practical question, shall I just include the individual-level  
in the model and then perform a summary which indicates the outcome of  
a Wald test, as below?
Any help would be greatly appreciated,

Best wishes,

Lucas Marie-Orleach