<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Zero Inflated Binomial or Zero-Inflated Poisson in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116113#M6084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is (was) no CLASS statement in COUNTREG version SAS 9.2. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 00:35:44 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2012-07-26T00:35:44Z</dc:date>
    <item>
      <title>Zero Inflated Binomial or Zero-Inflated Poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116110#M6081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about Zero Inflated Models. We have a very standard survey data set. Our main interest is predicting volunteer hours and "amount of dollars contributed voluntarily."&lt;/P&gt;&lt;P&gt;Both response variables have greater variance than the mean and each has an accompanying variable that asks if the respondent was asked to either "give money" or "give time."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, we have lots of zeroes (people could have said "no" when asked to volunteer or give money) and the distribution includes excessive zeroes. (e.g. zero hours volunteered and/or zero dollars contributed). We have standard predictor variables, some are ordinal (e.g. age, income, church attendance) others are categorical/class variables. Here are a few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Any reccommendations for either inflated negative binomial or zero inflated Poisson models&lt;/P&gt;&lt;P&gt;2. Does anyone know how PROC countreg handles class variables? I am running SAS 9.2 and PROC countreg does not seem to handle the class statement.&lt;/P&gt;&lt;P&gt;3. Does anyone have a brief explanation of how to use the zeromodel command in countreg and what is typically an appropriate variable for the zeromodel portion of the model?&lt;/P&gt;&lt;P&gt;4. If anyone has any examples as code or responses to the above, we would be very grateful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 19:21:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116110#M6081</guid>
      <dc:creator>SASuser11466</dc:creator>
      <dc:date>2012-07-23T19:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Zero Inflated Binomial or Zero-Inflated Poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116111#M6082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binomial models assume only up to one event per person. Poisson handles trues rates, i.e., when 2 or more events per person are possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 23:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116111#M6082</guid>
      <dc:creator>Dorota_Jarosz</dc:creator>
      <dc:date>2012-07-23T23:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Zero Inflated Binomial or Zero-Inflated Poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116112#M6083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You sometimes refer to Zero Inflated Binomial and sometimes Zero Inflated Negative Binomial. I think you mean the latter, and that led to Dorata_jarosz response (which is right for binomial, but not negative binomial). I don't see what a zero inflated binomial would be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you upgrade to 9.3, you have access to PROC FMM which fits ZINB and ZIP models very easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to your statistical question: The Poisson model assumes the conditional variance is equal to the conditional mean. I have never found this assumption to be justified, although I suppose there must be cases where it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what you mean by "COUNTREG does not seem to handle the CLASS statement". The statement is part of the PROC (see the documentation) and I have used it in the past without problems. Can you post your code and log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 23:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116112#M6083</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2012-07-25T23:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Zero Inflated Binomial or Zero-Inflated Poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116113#M6084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is (was) no CLASS statement in COUNTREG version SAS 9.2. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 00:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116113#M6084</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-07-26T00:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Zero Inflated Binomial or Zero-Inflated Poisson</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116114#M6085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my delayed response Dorata_j. I've had a A very busy few days. Thanks for getting back to me so quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG Stats, Thanks to you as well!! After your note, I looked around and found something telling me I need 9.22 or 9.3 for PROC COUNTREG to take the CLASS statement. Thanks for that tip on upgrading. I have already passed along a request to our admin regards 9.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many Thanks all! Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 02:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Zero-Inflated-Binomial-or-Zero-Inflated-Poisson/m-p/116114#M6085</guid>
      <dc:creator>SASuser11466</dc:creator>
      <dc:date>2012-07-26T02:19:26Z</dc:date>
    </item>
  </channel>
</rss>

