Skip to content
Prev 18148 / 20628 Next

glmer not supported class for vuong()closeness test (non-nested models)

If you want to use vuong() to test for zero inflation, then an alternative would be to use testZeroinflation() from the DHARMa package which supports glmer models. It performs a different test using simulated residuals.

See documentation here
https://cran.r-project.org/web/packages/DHARMa/vignettes/DHARMa.html <https://cran.r-project.org/web/packages/DHARMa/vignettes/DHARMa.html>

Cheers,
Mollie