<?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: Proc GENMOD: Error: Negative Binomial dispersion parameter too large to continue in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GENMOD-Error-Negative-Binomial-dispersion-parameter-too/m-p/110365#M5822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is the same data that gave an answer in 9.1.3, then I would first check what values for the dispersion parameter were obtained under 9.1.3 and see if they were reasonable.&amp;nbsp; If the parameter values were reasonable, then I strongly suggest opening a ticket with SAS Technical Support, as radical changes were not implemented in the algorithm between 9.1.3 and 9.3, that I know of.&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, 14 Aug 2013 12:28:02 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-08-14T12:28:02Z</dc:date>
    <item>
      <title>Proc GENMOD: Error: Negative Binomial dispersion parameter too large to continue</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GENMOD-Error-Negative-Binomial-dispersion-parameter-too/m-p/110364#M5821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Proc GENMOD. Sometimes when I execute this procedure it gives an error &lt;STRONG&gt;Negative Binomial dispersion parameter too large to continue. &lt;/STRONG&gt;At other times it executes perfectly. I do not have any idea about the problem or what is the meaning of the error. Below is the code I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;ODS SELECT NONE;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 10pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;proc genmod data=&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; font-size: 10pt;"&gt;indsn.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 10pt;"&gt; &lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;model var1 = var2/ dist=nb link=log&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;output out&amp;nbsp;&amp;nbsp;&amp;nbsp; = &amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: teal; font-size: 10pt;"&gt;outdsn.&lt;/SPAN&gt; &lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Tahoma','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;pred&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = EXACT_1 &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New';"&gt;Quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;ODS SELECT ALL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Tahoma','sans-serif';"&gt;I am using SAS 9.3 now, previously in SAS 9.1.3 I have never faced this problem. Is there a change in the procedure for 9.3? If not then what may be the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Tahoma','sans-serif';"&gt;Any help is appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Tahoma','sans-serif';"&gt;Thanks in advance for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style=": ; color: black; font-size: 10pt; font-family: 'Tahoma','sans-serif';"&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Tahoma','sans-serif';"&gt;&lt;EM&gt;&lt;STRONG&gt;Saugata Mukherjee.&lt;/STRONG&gt;&lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Tahoma','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Tahoma','sans-serif';"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 06:44:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GENMOD-Error-Negative-Binomial-dispersion-parameter-too/m-p/110364#M5821</guid>
      <dc:creator>Saugata</dc:creator>
      <dc:date>2013-08-14T06:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GENMOD: Error: Negative Binomial dispersion parameter too large to continue</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GENMOD-Error-Negative-Binomial-dispersion-parameter-too/m-p/110365#M5822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is the same data that gave an answer in 9.1.3, then I would first check what values for the dispersion parameter were obtained under 9.1.3 and see if they were reasonable.&amp;nbsp; If the parameter values were reasonable, then I strongly suggest opening a ticket with SAS Technical Support, as radical changes were not implemented in the algorithm between 9.1.3 and 9.3, that I know of.&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, 14 Aug 2013 12:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GENMOD-Error-Negative-Binomial-dispersion-parameter-too/m-p/110365#M5822</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-08-14T12:28:02Z</dc:date>
    </item>
  </channel>
</rss>

