<?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: Glimmix did not converge using countdata with a lot of zero values and right-censored. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-using-countdata-with-a-lot-of-zero/m-p/597985#M29108</link>
    <description>&lt;P&gt;Thanks for your reply Koen. Apparantly, I had to divide the values of the dependent variable so they were all between 0 en 10. Then it converged perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ruben&lt;/P&gt;</description>
    <pubDate>Sun, 20 Oct 2019 16:03:50 GMT</pubDate>
    <dc:creator>ruben_willems</dc:creator>
    <dc:date>2019-10-20T16:03:50Z</dc:date>
    <item>
      <title>Glimmix did not converge using countdata with a lot of zero values and right-censored.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-using-countdata-with-a-lot-of-zero/m-p/596787#M29074</link>
      <description>&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into problems with my Glimmix-syntax if the dependent variable is right-censored and there are a lot of zero-values (a histogram is attached). For example, that's the case if the dependent variable is the number of nursing days in a year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current syntax (which works perfectly for other dependent variables):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc glimmix data=FINALEIGHT oddsratio  noclprint ;
Class  Complexity (ref="1") H18 Gender (ref="1") Age_category2 (ref="1");  
nloptions maxiter=50;
Model  nursing_N = Age_category2 Complexity  Gender year2/ddfm=satterthwaite solution link=log dist=negbin cl;
random _residual_ / subject=H18 type=cs;
estimate 'gender female vs male' Gender 1 -1/ilink cl;
estimate 'complexity severe vs moderate' Complexity -1 1 0/ilink cl;
estimate 'age +40 vs 30-39' Age_category2 -1 1 0/ilink cl;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I also attached a screenshot of the output. The convergence process stops already after a few iterations.&lt;/P&gt;&lt;P&gt;Is it possible to solve this problem? I have been searching all over the internet but with little result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Ruben&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 09:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-using-countdata-with-a-lot-of-zero/m-p/596787#M29074</guid>
      <dc:creator>ruben_willems</dc:creator>
      <dc:date>2019-10-16T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix did not converge using countdata with a lot of zero values and right-censored.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-using-countdata-with-a-lot-of-zero/m-p/596831#M29075</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you already had&amp;nbsp;a look at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings12/332-2012.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings12/332-2012.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P align="LEFT"&gt;Paper 332-2012&lt;/P&gt;
&lt;P align="LEFT"&gt;Tips and Strategies for Mixed Modeling with &lt;FONT face="Arial" size="4"&gt;SAS/STAT&lt;/FONT&gt;&lt;FONT face="Arial" size="1"&gt;® &lt;/FONT&gt;&lt;FONT face="Arial" size="4"&gt;Procedures&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Kathleen Kiernan, Jill Tao, and Phil Gibbs, SAS Institute Inc., Cary, NC, USA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;SECTION II: TROUBLE SHOOTING CONVERGENCE FAILURES IN MIXED MODELS&lt;/P&gt;
&lt;P&gt;pp. 8-9&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 11:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-using-countdata-with-a-lot-of-zero/m-p/596831#M29075</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2019-10-16T11:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix did not converge using countdata with a lot of zero values and right-censored.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-using-countdata-with-a-lot-of-zero/m-p/597985#M29108</link>
      <description>&lt;P&gt;Thanks for your reply Koen. Apparantly, I had to divide the values of the dependent variable so they were all between 0 en 10. Then it converged perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ruben&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 16:03:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-using-countdata-with-a-lot-of-zero/m-p/597985#M29108</guid>
      <dc:creator>ruben_willems</dc:creator>
      <dc:date>2019-10-20T16:03:50Z</dc:date>
    </item>
  </channel>
</rss>

