<?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 algorithm converged, but iteration limit exceeded in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-algorithm-converged-but-iteration-limit-exceeded/m-p/378946#M19902</link>
    <description>&lt;P&gt;Make the number of iterative bigger ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=sashelp.class;
  class   sex;
  model weight = height / dist=normal link=identity maxiter=100;
  repeated subject=sex / type=cs;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 25 Jul 2017 12:33:07 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-07-25T12:33:07Z</dc:date>
    <item>
      <title>Proc genmod algorithm converged, but iteration limit exceeded</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-algorithm-converged-but-iteration-limit-exceeded/m-p/378780#M19889</link>
      <description>&lt;P&gt;I'm analyzing roughly 300 subjects with 36 clusters. Both my explanatory and dependent variable are continuously distributed. I'm using proc genmod to adjust for the repeated measurements within the clusters. In my baseline model of this association, I see that the algorithm converged but also a note/warning about convergence. I get parameter estimate and they are within my expectation so there doesn't seem to be anything unbelievably wrong with the results, but the warning still concerns me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc genmod data=data;
  class   cluster;
  model outcome = average_score / dist=normal link=identity;
  repeated subject=cluster / type=cs;
run;

NOTE: Algorithm converged.
NOTE: No convergence of GEE parameter estimates after 50 iterations.
WARNING: Iteration limit exceeded.&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running this base model I add covariates in and have no issues with convergence or iterations. There are then two "NOTE: Algorithm converged." lines in my log. This is contrary to what I would think since I'm adding more parameters to the model to estimate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have run some sensitivity analyses using a weighted average score and that model (with and without covariates) has no convergence issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas whats up with this?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 19:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-algorithm-converged-but-iteration-limit-exceeded/m-p/378780#M19889</guid>
      <dc:creator>smithn</dc:creator>
      <dc:date>2017-07-24T19:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc genmod algorithm converged, but iteration limit exceeded</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-algorithm-converged-but-iteration-limit-exceeded/m-p/378946#M19902</link>
      <description>&lt;P&gt;Make the number of iterative bigger ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc genmod data=sashelp.class;
  class   sex;
  model weight = height / dist=normal link=identity maxiter=100;
  repeated subject=sex / type=cs;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-genmod-algorithm-converged-but-iteration-limit-exceeded/m-p/378946#M19902</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-25T12:33:07Z</dc:date>
    </item>
  </channel>
</rss>

