Skip to content
Prev 166276 / 398503 Next

how to estimate overdispersion in glmer models?

<lcayuela <at> ugr.es> writes:

[snip]
[snip]
a few thoughts --

(1) probably better to ask this question on the R-sig-mixed-models
list, which specializes in these problems
(2) try lme4:::sigma
(3) do you really have just 12 observations in 2 groups?  In that case
I would strongly recommend just treating group as a fixed
factor -- you have no power to estimate variance (note your
random effect has a standard deviation of 2 x 10^-7), and you
will avoid lots of heartache if you just fit
glm(fruitset ~ Dist*wire + Site, data, binomial)
[not everyone will agree with me about this ...]
(4) I'm a little puzzled that your formula has "Site"
as a random effect but your summary lists "Lugar" as a
random effect.  Did you edit the summary?