Skip to content
Prev 12039 / 20628 Next

Error using MuMIn dredge with glmer.nb

Fiona Mae Caryl <fcaryl at ...> writes:
Well, at the moment (as you can see) no.  In principle we should
be able to make this possible, but glmer.nb has not been very thoroughly
tested, and involves another level of nesting of operations within
functions, so it doesn't particularly surprise me that this fails.
https://github.com/lme4/lme4/issues/176 highlights a closely related
problem.
Well, that probably has something to do with the way the residuals
are calculated (which also hasn't been carefully tested, neither in
glmmADMB nor in glmer.nb)!  It probably makes more sense to
double-check the way the residuals are calculated in both cases and
see why they don't agree.  Do your fits themselves agree (i.e., the
fixed-effect and variance-covariance estimates match closely) if you
try the same model in glmer.nb and glmmADMB?
[snip]