<?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: Fitting Nlmixed model for negative binomial model. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420826#M22135</link>
    <description>&lt;P&gt;Apparently it depend on the starting values;&lt;/P&gt;
&lt;P&gt;Using the starting values &amp;nbsp;"&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;parms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; intercept=-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8.04&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; a1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b2=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b3=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b4=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b5=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; alpha=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.6298&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;" then it converges. But, again, I turns out that the alpha parameter converges toward zero so I would prefer using the a poisson model instead. Also, the model is not very robust as you have almost as many parameters as you have observations. The variance will therefor be small as the total variation is almost fully explained by the mean parameters.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 15:18:24 GMT</pubDate>
    <dc:creator>JacobSimonsen</dc:creator>
    <dc:date>2017-12-13T15:18:24Z</dc:date>
    <item>
      <title>Fitting Nlmixed model for negative binomial model.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420468#M22123</link>
      <description>&lt;P&gt;I'm trying to develop some skill using proc nlmixed. I like the procedure&amp;nbsp;because you can program ideas directly that you find in papers.&lt;/P&gt;&lt;P&gt;I found an example using negative binomial data. the example was taken from the source in the link below, so a test is to match the results. Unfortunaly, my model does not solve for the alpha parameter, even when I give it the starting value given in my solution. However, if I enter alpha as a constant the model gets solved and all the other parameters are the same as in my example.&lt;BR /&gt;&lt;BR /&gt;I would like to have a strategy for how to handle a case when a parameter will not converge and I don't know before hand what the answer should be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;link: &lt;A href="https://ncss-wpengine.netdna-ssl.com/wp-content/themes/ncss/pdf/Procedures/NCSS/Negative_Binomial_Regression.pdf" target="_blank"&gt;https://ncss-wpengine.netdna-ssl.com/wp-content/themes/ncss/pdf/Procedures/NCSS/Negative_Binomial_Regression.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; koch36;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;length&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Melanoma Area &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; AgeGroup $&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; Population AG1 AG2 AG3 AG4 AG5 AG6 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;infile&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; datalines &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dsd&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Melanoma Area AgeGroup $ Population AG1 AG2 AG3 AG4 AG5 AG6;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;logpop=log(Population);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;61,0,&amp;lt;35,2880262,1,0,0,0,0,0&lt;/P&gt;&lt;P&gt;76,0,35-44,564535,0,1,0,0,0,0&lt;/P&gt;&lt;P&gt;98,0,45-54,592983,0,0,1,0,0,0&lt;/P&gt;&lt;P&gt;104,0,54-64,450740,0,0,0,1,0,0&lt;/P&gt;&lt;P&gt;63,0,65-74,270908,0,0,0,0,1,0&lt;/P&gt;&lt;P&gt;80,0,&amp;gt;74,161850,0,0,0,0,0,1&lt;/P&gt;&lt;P&gt;64,1,&amp;lt;35,1074246,1,0,0,0,0,0&lt;/P&gt;&lt;P&gt;75,1,35-44,220407,0,1,0,0,0,0&lt;/P&gt;&lt;P&gt;68,1,45-54,198119,0,0,1,0,0,0&lt;/P&gt;&lt;P&gt;63,1,54-64,134084,0,0,0,1,0,0&lt;/P&gt;&lt;P&gt;45,1,65-74,70708,0,0,0,0,1,0&lt;/P&gt;&lt;P&gt;27,1,&amp;gt;74,34233,0,0,0,0,0,1&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;nlmixed&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=koch36 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;gconv&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;parms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; alpha=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.27586&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; intercept=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; a1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b2=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b3=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b4=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b5=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;y=Melanoma;&lt;/P&gt;&lt;P&gt;t=population;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;mu=exp(log(t)+Intercept+a1*area+b1*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"35-44"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b2*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"45-54"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b3*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"54-64"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+ &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;b4*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"65-74"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b5*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;gt;74"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;llike=lgamma(y+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;/alpha)-lgamma(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;/alpha)-lgamma(y+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)-log(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;+alpha*mu)/alpha-y*log(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;+alpha*mu)+y*log(alpha)+y*log(mu);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; y ~ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;general&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(llike);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;nlmixed&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=koch36 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;gconv&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;parms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; intercept=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; a1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b2=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b3=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b4=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b5=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;alpha=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.27586&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;y=Melanoma;&lt;/P&gt;&lt;P&gt;t=population;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;mu=exp(log(t)+Intercept+a1*area+b1*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"35-44"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b2*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"45-54"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b3*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"54-64"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+ &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;b4*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"65-74"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b5*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;gt;74"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;llike=lgamma(y+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;/alpha)-lgamma(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;/alpha)-lgamma(y+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)-log(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;+alpha*mu)/alpha-y*log(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;+alpha*mu)+y*log(alpha)+y*log(mu);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; y ~ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;general&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(llike);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 14:19:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420468#M22123</guid>
      <dc:creator>amoynahan</dc:creator>
      <dc:date>2017-12-12T14:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fitting Nlmixed model for negative binomial model.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420493#M22124</link>
      <description>&lt;P&gt;I think the problem is that your starting point for the parameters for the mean are too far away from the ML estimate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A way to find starting values is to first run a Poisson model and use these estimate as starting points for the mean parameters. Using only the intercept is often sufficient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then run a model the neg-bin model where you introduce the variance only together with intercept.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then run the full model with start values for contrast parameters=0 and with start&amp;nbsp;values for&amp;nbsp;intercept and alpha = values from previous step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the data you show there is so many mean parameters that they almost explain the full variation. So with all these mean parameters I would instead use a poisson model (you see that the alpha parameter is&amp;nbsp;very close to zero).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*find a good starting point for the intercept;
proc genmod data=koch36;
  model melanoma=/dist=poisson link=log offset=logpop;
run;

*Find a good starting point for alpha;
proc nlmixed data=koch36(rename=(melanoma=y))  xconv=1E-4;
parms intercept=-9 alpha=1;  
mu=population*exp(Intercept);
llike=lgamma(y+1/alpha)-lgamma(1/alpha)-lgamma(y+1)-log(1+alpha*mu)/alpha-y*log(1+alpha*mu)+y*log(alpha)+y*log(mu);
model y ~ general(llike);
run;

*Full model
proc nlmixed data=koch36(rename=(melanoma=y))  xconv=1E-4;
parms intercept=-8.04 a1=0 b1=0 b2=0 b3=0 b4=0 b5=0 alpha=0.6298; 
mu=population*exp(Intercept+a1*area+b1*(AgeGroup="35-44")+b2*(AgeGroup="45-54")+b3*(AgeGroup="54-64")+ 
b4*(AgeGroup="65-74")+b5*(AgeGroup="&amp;gt;74"));
llike=lgamma(y+1/alpha)-lgamma(1/alpha)-lgamma(y+1)-log(1+alpha*mu)/alpha-y*log(1+alpha*mu)+y*log(alpha)+y*log(mu);
model y ~ general(llike);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Dec 2017 15:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420493#M22124</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-12-12T15:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fitting Nlmixed model for negative binomial model.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420787#M22134</link>
      <description>&lt;P&gt;Thanks for the reply. You approach of starting with the intercept and then adding variables makes sense to me. However, when I tried it I found that when I added the last variable, a1*alpha,&amp;nbsp;the model still failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc nlmixed data=koch36 gconv=1e-6;&lt;BR /&gt;&amp;nbsp; parms intercept=-10.1383 alpha=0.1519&amp;nbsp; b1=1.7772&amp;nbsp; b2=1.8468 b3=2.1658 b4=2.3630 b5=2.7629 a1=0;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; y=Melanoma;&lt;BR /&gt;&amp;nbsp; t=population;&lt;BR /&gt;&amp;nbsp; mu=exp(log(t)+Intercept+a1*Area+b1*(AgeGroup="35-44")+b2*(AgeGroup="45-54")+b3*(AgeGroup="54-64")+&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b4*(AgeGroup="65-74")+b5*(AgeGroup="&amp;gt;74"));&lt;BR /&gt;&amp;nbsp; llike=lgamma(y+1/alpha)-lgamma(1/alpha)-lgamma(y+1)-log(1+alpha*mu)/alpha-y*log(1+alpha*mu)+y*log(alpha)+y*log(mu);&lt;BR /&gt;&amp;nbsp; model y ~ general(llike);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Iteration History&lt;/P&gt;&lt;P&gt;Negative&lt;/P&gt;&lt;P&gt;Log Maximum&lt;/P&gt;&lt;P&gt;Iteration Calls Likelihood Difference Gradient Slope&lt;/P&gt;&lt;P&gt;1 4 54.8371019 1.892227 18.9465 -69.3337&lt;/P&gt;&lt;P&gt;2 11 50.3199327 4.517169 53.8336 -101.862&lt;/P&gt;&lt;P&gt;3 18 49.7769185 0.543014 85.3213 -1944.62&lt;/P&gt;&lt;P&gt;4 20 48.4637450 1.313174 59.4465 -19.1750&lt;/P&gt;&lt;P&gt;5 31 46.9618976 1.501847 186.198 -26.8011&lt;/P&gt;&lt;P&gt;6 63 46.4230812 0.538816 660.235 -39.5839&lt;/P&gt;&lt;P&gt;7 93 46.4230108 0.00007 23208.6 -17.0106&lt;/P&gt;&lt;P&gt;8 96 45.8523373 0.570674 686.244 -551.955&lt;/P&gt;&lt;P&gt;9 98 44.2959476 1.55639 647.924 -87.0817&lt;/P&gt;&lt;P&gt;10 101 43.6593495 0.636598 1257.82 -24.5176&lt;/P&gt;&lt;P&gt;11 105 41.1515998 2.50775 481.472 -24.3148&lt;/P&gt;&lt;P&gt;12 108 39.9996760 1.151924 40.7525 -84.5010&lt;/P&gt;&lt;P&gt;13 111 39.3144131 0.685263 279.858 -5.17909&lt;/P&gt;&lt;P&gt;14 114 39.2379332 0.07648 365.242 -0.72632&lt;/P&gt;&lt;P&gt;15 117 39.2199225 0.018011 609.610 -0.03710&lt;/P&gt;&lt;P&gt;16 120 39.2199113 0.000011 546.966 -0.00003&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;NOTE: GCONV convergence criterion satisfied.&lt;/P&gt;&lt;P&gt;NOTE: Moore-Penrose inverse is used in covariance matrix.&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;Standard&lt;/P&gt;&lt;P&gt;Parameter Estimate Error DF t Value Pr &amp;gt; |t|&lt;/P&gt;&lt;P&gt;intercept -10.6583 0.09511 12 -112.06 &amp;lt;.0001&lt;/P&gt;&lt;P&gt;alpha 5.958E-9 . 12 . .&lt;/P&gt;&lt;P&gt;b1 1.7974 0.1208 12 14.88 &amp;lt;.0001&lt;/P&gt;&lt;P&gt;b2 1.9131 0.1138 12 16.81 &amp;lt;.0001&lt;/P&gt;&lt;P&gt;b3 2.2418 0.1149 12 19.52 &amp;lt;.0001&lt;/P&gt;&lt;P&gt;b4 2.3657 0.1052 12 22.49 &amp;lt;.0001&lt;/P&gt;&lt;P&gt;b5 2.9447 0.1293 12 22.77 &amp;lt;.0001&lt;/P&gt;&lt;P&gt;a1 0.8195 0.05039 12 16.26 &amp;lt;.0001&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 14:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420787#M22134</guid>
      <dc:creator>amoynahan</dc:creator>
      <dc:date>2017-12-13T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fitting Nlmixed model for negative binomial model.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420826#M22135</link>
      <description>&lt;P&gt;Apparently it depend on the starting values;&lt;/P&gt;
&lt;P&gt;Using the starting values &amp;nbsp;"&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;parms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; intercept=-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8.04&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; a1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b1=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b2=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b3=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b4=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b5=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; alpha=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.6298&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;" then it converges. But, again, I turns out that the alpha parameter converges toward zero so I would prefer using the a poisson model instead. Also, the model is not very robust as you have almost as many parameters as you have observations. The variance will therefor be small as the total variation is almost fully explained by the mean parameters.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 15:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420826#M22135</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2017-12-13T15:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fitting Nlmixed model for negative binomial model.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420937#M22138</link>
      <description>&lt;P&gt;I'm still having trouble getting alpha even with the new starting values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use similar code with proc mcmc, which as I understand it uses sampling rather than optimization. The&amp;nbsp;mcmc&amp;nbsp;code did estimate an alpha, although it is lower than what was in the pdf that I attached to my first email.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Maybe you just need to see if the model&amp;nbsp;is fitting the data in a reasonable way. So you&amp;nbsp;fit both Poisson and Negative binomial and choose the&amp;nbsp;distribution that best fits the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;mcmc&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=koch36 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nmc&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;200000&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;thin&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nbi&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;10000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;parms&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; alpha &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; intercept &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b1 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b2 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b3 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b4 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; b5 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; a1 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; y=Melanoma;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; t=population;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp; prior&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; intercept b1 b2 b3 b4 b5 a1 ~&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;normal&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(mean=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;,var=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1E6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp; prior&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; alpha~&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;uniform&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;mu=exp(log(t)+Intercept+a1*area+b1*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"35-44"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b2*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"45-54"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b3*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"54-64"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+ &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; b4*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"65-74"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)+b5*(AgeGroup=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;gt;74"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; llike=lgamma(y+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;/alpha)-lgamma(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;/alpha)-lgamma(y+&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)-log(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;+alpha*mu)/alpha-y*log(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;+alpha*mu)+y*log&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;nbsp;alpha)+y*log(mu);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp; model&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; y ~ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;general&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(llike); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Parameter N Mean Deviation 95% HPD Interval&lt;/P&gt;&lt;P&gt;alpha 20000 0.0563 0.0825 1.218E-7 0.2058&lt;/P&gt;&lt;P&gt;intercept 20000 -10.6468 0.2068 -11.0502 -10.2185&lt;/P&gt;&lt;P&gt;b1 20000 1.8008 0.2615 1.2863 2.3530&lt;/P&gt;&lt;P&gt;b2 20000 1.9040 0.2674 1.3644 2.4317&lt;/P&gt;&lt;P&gt;b3 20000 2.2320 0.2630 1.7101 2.7652&lt;/P&gt;&lt;P&gt;b4 20000 2.3818 0.2652 1.8874 2.9467&lt;/P&gt;&lt;P&gt;b5 20000 2.9064 0.2735 2.3431 3.4402&lt;/P&gt;&lt;P&gt;a1 20000 0.8222 0.1590 0.5171 1.1548&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 18:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fitting-Nlmixed-model-for-negative-binomial-model/m-p/420937#M22138</guid>
      <dc:creator>amoynahan</dc:creator>
      <dc:date>2017-12-13T18:30:40Z</dc:date>
    </item>
  </channel>
</rss>

