Skip to content

Residual Variance or Dispersion of Gamma GLMER

1 message · Highland Statistics Ltd

#
Using glmmTMB, it is:

r? <- 1 / (summary(M1)$sigma^2)

I guess it is the same in lme4. Note that this is the r as in:

var(Y) = mu^2 / r


Alain