I'm using Proc Countreg to fit a zero inflated poisson distribution. However, I'm either misinterpreting the Inflated statistics or they don't make sense:
Inf_Intercept estimate = 0.525351
Inf_Variable estimate = -0.783426
So now, looking at an individual observation with "Variable" = 0, I'd like to know the odds of that observation producing a zero (without considering the poisson distribution). My understanding is that this probability is
exp(0.525351) * exp(-0.783426) ^ 0
or just exp(0.525351) = 1.69
Obviously 1.69 is not a legitimate probability. What am I missing? By the way, it is fully possible for "Variable" to equal zero in this dataset.