Skip to content
Prev 2470 / 20628 Next

Beta-binomial distributions with lmer?

Christine Griffiths wrote:
If you transformed the data in some significant way, then the
residual variances aren't necessarily going to be comparable, so
I'm not sure I would take that as confirmation.

I think Thierry meant to suggest a LMM (i.e., assume normal
distributions, no transformation after the initial one) rather
than a GLMM (link function/exponential-family distribution or
quasi-distribution).

You may find more on "stabilizing variance" rather
than "stable variance" -- what I meant was that the variability in the
Pearson residuals (residuals scaled by the expected standard deviation,
which is what lmer gives you) should be independent of the fitted value
-- so try plot(sqrt(residuals(model)) ~ fitted(model)) and see if the
"amplitude" appears reasonably constant (this is approximately the same
as the "scale-location" plot that plot.lm gives you for a linear model).