Skip to content
Prev 15368 / 20628 Next

Modelling count data in glmer with an apriori model selection

On 17-04-17 08:51 PM, Lorraine Scotson wrote:
Out of curiosity, how many df *can* you afford (how many line transects)?
If you don't allow for variation in covariate effect across sites, 1.
   If you allow for (correlated) variation in n covariate effects across
sites, n*(n+1)/2.  (The number of levels of the random effect does not
affect this conclusion, although 7 sites is small for using a random
effect - you might end up with a singular model, and have to decide what
to do about it).
You should choose your probability distribution a priori, but you
*can* (and should) use post-fitting checks (scale-location, Q-Q,
overdispersion analysis, etc.) to see if there are any big problems with
your choice.
Yes.  But this is a case where "saving" a degree of freedom wouldn't
be wise.
Yes.  Check for overdispersion.
If your data are overdispersed (variance greater than expected from
Poisson), you will be in big trouble -- all of your conclusions
(p-values, confidence intervals) will be overconfident.

  I would recommend http://bbolker.github.io/mixedmodels-misc/ ,
especially "GLMM FAQ" and "supplementary materials for Bolker (2015)",
both of which have sections on overdispersion.

  It would be possible to use a "quasi-likelihood approach" -- correct
your estimated confidence intervals and p-values (as well as AICs etc.)
for overdispersion, without explicitly using an overdispersed distribution.