<?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: How to model hypergeometric distribution in PROC GLIMMIX ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103203#M28928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given everything you have, either a binomial as planned, or maybe even a beta, if all values are bounded away from zero and one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 12:21:03 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-08-16T12:21:03Z</dc:date>
    <item>
      <title>How to model hypergeometric distribution in PROC GLIMMIX ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103200#M28925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is geometric distribution in PROC GLIMMIX. What about hypergeometric? As far as I understand it is the same as binomial but without replacement. Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 06:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103200#M28925</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2013-08-07T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to model hypergeometric distribution in PROC GLIMMIX ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103201#M28926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A hypergeometric distribution is not available in GLIMMIX, probably because it is really hard to fix marginal totals and still do REML.&amp;nbsp; Maybe future releases will make it available.&amp;nbsp; For now, the only way to fit a mixed model with a hypergeometric distribution would be to write the necessary code in PROC NLMIXED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious as to how a hypergeometric distribution could be implemented in the context of mixed models, where anything that defined the marginal total would be a random variable, rather than a fixed sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 17:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103201#M28926</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-08-07T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to model hypergeometric distribution in PROC GLIMMIX ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103202#M28927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to model hypergeometric distribution as my response variable is a characteristic of &lt;EM&gt;cells&lt;/EM&gt; and there is no need to put them back in a vial. We &lt;A href="http://stats.stackexchange.com/q/11887"&gt;consider&lt;/A&gt; cells with a certain characteristic and count their percent / proportion within a certain cell type. So the analyzed cell type might be considered as a subtype/subclass of cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin R. High &lt;A href="http://www.listserv.uga.edu/cgi-bin/wa?A2=ind1109e&amp;amp;L=sas-l&amp;amp;D=0&amp;amp;P=958"&gt;wrote&lt;/A&gt; "[...] the &lt;EM&gt;hypergeometric&lt;/EM&gt; distribution converges to the binomial, and then with the binomial, as &lt;STRONG&gt;n&lt;/STRONG&gt; gets large and &lt;STRONG&gt;p&lt;/STRONG&gt; gets small, so that the &lt;STRONG&gt;mean = n*p&lt;/STRONG&gt; remains constant, the &lt;EM&gt;binomial&lt;/EM&gt; converges to the Poisson ...&amp;nbsp; and, the &lt;EM&gt;Poisson&lt;/EM&gt; converges to the &lt;EM&gt;normal&lt;/EM&gt;.&amp;nbsp; So, if the event of interest is somewhat "rare" and the denominator is very large&amp;nbsp; (a "measure" of total size...), the binomial and poisson [...] will likely give you similar results, including fitted values". (I hope I cite correctly.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand correctly the denominator in my case is the number of cells of a type &lt;EM&gt;T&lt;/EM&gt;. It ranges from 1000 to 3000 cells. The number of cells of interest &lt;EM&gt;t&lt;/EM&gt; (the numerator) ranges from few decades (or less) to hundreds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if the hypergeometric distribution is unavailable in PROC GLIMMIX now, I'll model the response variable as binomially distributed. Do I guess correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 08:48:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103202#M28927</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2013-08-16T08:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to model hypergeometric distribution in PROC GLIMMIX ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103203#M28928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given everything you have, either a binomial as planned, or maybe even a beta, if all values are bounded away from zero and one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 12:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-model-hypergeometric-distribution-in-PROC-GLIMMIX/m-p/103203#M28928</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-08-16T12:21:03Z</dc:date>
    </item>
  </channel>
</rss>

