I was wondering if anyone has an idea on how to calculate the contribution to variance of each independent variable in a Zero-Inflated Poisson. How would it even work if you actually have two models within it (the count and the zero-inflated)?
Here's my function call in R in case it might be helpful, I'm using the pscl
package to run the Zero-Inflated Poisson. Ideally I would like to keep using R for this solution, but other solutions are welcomed.
> zip <- zeroinfl(Y ~ X, dist = 'poisson')
> summary(zip)