Skip to content
Prev 5170 / 20628 Next

overdispersion estimation in a binomial GLMM

Thanks to Robert and Ben for their precious answers !

I tried the dispersion function it works and gives me a 1.244403 value. 
As it is not really bigger than 1, should I treat my model as 
overdispersed ?

Moreover I tried to fit an observation level random effect as suggested 
by Ben Bolker, but it gives me an error message !


dispersion_glmer(model)#  1.244403
baba$obs <- 1:nrow(baba)

  model_OD <-
+ glmer(propNb~SexA*SexB*AgeA+(1|Nest)+(1|obs),data=baba,family="binomial")
Number of levels of a grouping factor for the random effects
is *equal* to n, the number of observations


So what is the problem with this ?

Thanks a lot !!
Thomas Merkling


Le 20:59, Ben Bolker a ?crit :