<?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: Which distribution for a bounded count? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/419019#M22022</link>
    <description>&lt;P&gt;The Poisson distribution is bounded by zero and has no upper bound. So if your count can be no greater than 5, the Poisson quite likely is not appropriate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;recommended the binomial distribution in a previous response in this thread. I agree with his suggestion. The binomial will produce an analysis of the &lt;EM&gt;proportion&lt;/EM&gt; of activities engaged in: 0/5, 1/5, 2/5, 3/5, 4/5, 5/5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 00:31:57 GMT</pubDate>
    <dc:creator>sld</dc:creator>
    <dc:date>2017-12-07T00:31:57Z</dc:date>
    <item>
      <title>Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413495#M21682</link>
      <description>&lt;P&gt;My outcome is a count of the number of&amp;nbsp;5 different activities a person&amp;nbsp;engaged in.&amp;nbsp; It ranges from 0 to 5.&amp;nbsp;&amp;nbsp;I'm thinking of a binomial&amp;nbsp;model with genmod or a cumulative logit model with proc logistic.&amp;nbsp;&amp;nbsp;&amp;nbsp;For the former, I'm not really certain that these are trials and if they are,&amp;nbsp;they&amp;nbsp;probably aren't independent trials.&amp;nbsp; So, I'm leaning towards the ordinal outcome.&amp;nbsp; Are there others that I should consider?&amp;nbsp; Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 21:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413495#M21682</guid>
      <dc:creator>proctice</dc:creator>
      <dc:date>2017-11-14T21:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413500#M21683</link>
      <description>&lt;P&gt;You might describe the question of interest that the analysis is supposed to answer.&lt;/P&gt;
&lt;P&gt;There would be different approaches to "mean number of activities", "maximum/minimum number of activities" or "number of activities in relationship to circumstances x, y and z (and whether x, y and z are categorical, nominal ordinal or contimuous)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 22:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413500#M21683</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-14T22:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413507#M21684</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Multinomial logistic regression is a good thought, but my head also runs to Market Basket Analysis if you have EM. If you don't, I would still consider it as an analysis methodology. But it depends on what you're trying to do overall.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 22:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413507#M21684</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-14T22:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413694#M21708</link>
      <description>&lt;P&gt;I agree with ballardw. A binomial model would be suitable if all the activities are equivalent and you are interested only in the question "did the subjects participate in 0, 1, ..., 5 activities." If the activities are hierachical&amp;nbsp;or cumulative (walking, walking and jogging, walking and jogging and weightlifting,....) then an ordinal model might be better.&amp;nbsp; Basically we need more information.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413694#M21708</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-15T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413703#M21711</link>
      <description>&lt;P&gt;You say your response is a count: 0, 1,...,5. A count response is typically modeled using a Poisson or negative binomial model. This can be done in PROC GENMOD.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/413703#M21711</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-11-15T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/414742#M21775</link>
      <description>&lt;P&gt;It would be something like how many of the following activities did you participate in this week (running, walking, skipping, jumping, jogging)?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 03:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/414742#M21775</guid>
      <dc:creator>proctice</dc:creator>
      <dc:date>2017-11-20T03:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/414833#M21780</link>
      <description>&lt;P&gt;Yes. Such a count response could be modeled as I suggested.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:51:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/414833#M21780</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-11-20T13:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/416479#M21861</link>
      <description>&lt;P&gt;As a poisson or negative binomial?&amp;nbsp; This distribution does not look like a poisson distribution at all.&amp;nbsp; Poisson distributions are not usually bounded at the upper end, they usually trail off the upper end. They usually look like left skewed normal distributions.&amp;nbsp; My distribution is more u shaped with lots of zeros and fives. &amp;nbsp; Notice that none of the other posters recommended this.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 18:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/416479#M21861</guid>
      <dc:creator>proctice</dc:creator>
      <dc:date>2017-11-27T18:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/419014#M22020</link>
      <description>&lt;P&gt;Would love a second opinion on Poisson for a situation when it is impossible to have a count higher than 5.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 00:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/419014#M22020</guid>
      <dc:creator>proctice</dc:creator>
      <dc:date>2017-12-07T00:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/419017#M22021</link>
      <description>&lt;P&gt;You may get better answers on stats.stackexchange.com (CV =Cross Validated). There are statisticians on here, but the very specific questions obviously have a smaller subset of people who can answer them. By comparison, CV is solely for statistical methodology question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 00:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/419017#M22021</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-07T00:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Which distribution for a bounded count?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/419019#M22022</link>
      <description>&lt;P&gt;The Poisson distribution is bounded by zero and has no upper bound. So if your count can be no greater than 5, the Poisson quite likely is not appropriate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;recommended the binomial distribution in a previous response in this thread. I agree with his suggestion. The binomial will produce an analysis of the &lt;EM&gt;proportion&lt;/EM&gt; of activities engaged in: 0/5, 1/5, 2/5, 3/5, 4/5, 5/5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 00:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Which-distribution-for-a-bounded-count/m-p/419019#M22022</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-12-07T00:31:57Z</dc:date>
    </item>
  </channel>
</rss>

