Skip to content
Prev 332842 / 398506 Next

Underdispersion and count data

On Thu, 7 Nov 2013, sv.june at yahoo.ca wrote:

            
Are you sure that it's really underdispersion in addition to the lack of 
zeros? It could also be that due to the missing zeros, there is less 
dispersion.
There are (at least) two packages on CRAN: compoisson and ComPoissonReg 
which support this.

However, I would check first whether this is really needed or maybe a 
zero-truncated Poisson model is already sufficient.

The package "countreg" on R-Forge 
(https://R-Forge.R-project.org/R/?group_id=522) has a function zerotrunc() 
which is essentially the same code that hurdle() in "pscl" uses. So it 
should be easy to use for you.
Is it just zero-inflated vs. hurdle or also differences in the regressors? 
If the former: zero-inflated and hurdle models are parametrized 
differently but often lead to similar fits. But the former has a count 
part plus a zero-inlation part whereas the latter as a zero-truncated 
count part and a zero hurdle.

If the regressors are different, then it's probably a subject-matter 
decision.

hth,
Z