I'm fitting a model in R where response variable is an over-dispersed count data, and where I meet an issue with goodness-of-fit test. As it has been previously discussed in Cross Validated, common GOF test like chi-square test for deviance is inappropriate for negative binomial regression because it includes a dispersion parameter as well as the mean:

https://stats.stackexchange.com/questions/504616/appropriate-goodness-of-fit-test-for-the-negative-binomial-regression

I'm confused and would appreciate any suggestions about the appropriate GOF test for NB regression (preferably intuitive).

Similar questions and discussions