I am running some analyses on count data, and I am including a single random factor, thus I am using GLMM in r (glmer fo the package lme4).

In order to chose the best model and distribution I am running the same model with negative binomial distribution (glmer.nb) but also with a poisson distribution (glmer with family = poisson). Then I compare the residuals between the two models. However, in general, the negative binomial models show better fit, but they also give me a singularity warning when I ran them. I have tried simplifying the models, but I keep getting the singularity warning.

My question is: should I reject the singular model as invalid, even though ids the one with the best fit?

Cheers,

Miguel

More Miguel A Bedoya-Pérez's questions See All
Similar questions and discussions