NB2 family (variance mu + mu^2/theta, log link). With theta = NULL
(the default) the size parameter is estimated alongside the model, matching
lme4::glmer.nb(). Supplying a positive theta fits conditional on that
value, matching glmer(family = MASS::negative.binomial(theta)) — which
glmm() also accepts directly.
Value
A family object accepted by glmm().