BookmarkSubscribeRSS Feed
GVeers
Calcite | Level 5
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.
2 REPLIES 2
StatDave
SAS Super FREQ
The probability of a zero is not a function of only the zero-inflation parameters. There are two processes at play that each contribute to the probability. The probabilities of various counts (including zero) can be computed by the PROBCOUNTS macro available in this sample program:

http://support.sas.com/kb/26161

The Details section of the macro's description discusses further what I'm talking about. See the Long (1997) reference for even more detail.
GVeers
Calcite | Level 5
Thank you very much, StatDave. That's just what the doctor ordered.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1259 views
  • 0 likes
  • 2 in conversation