overdisp.glmer: Estimation of overdispersion with glmer models
Description
Estimate residual deviance and residual degrees of freedom to check for overdispersion with glmer models. This function is directly comming from http://glmm.wikidot.com/faq.
require(lme4)
# Example from the 'glmer' functiongm1 <- glmer(cbind(incidence,size-incidence)~period+(1|herd),
family="binomial",data=cbpp)
overdisp.glmer(gm1)