Skip to content
Prev 16836 / 20628 Next

multiple errors when using glmmADMB

Hi Udita,

breeding.success is between 0 and 1. Therefore it is not Poisson or negative binomial. Even if it could be Poisson or negative binomial, you cannot compare models with and without weights as this is equivalent to the models having different sets of observations. You may need to read background information on GLM(M)s or seek local advice?unless someone else has more time.

The only valid models below are
and
The DHARMa graph shows that there?s a problem with your model, but without knowing which model, it?s hard to say. Reading this vignette will be helpful https://cran.r-project.org/web/packages/DHARMa/vignettes/DHARMa.html

cheers,
Mollie