<?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: ordinal mixed effects model did not converge in PROC GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611884#M29614</link>
    <description>&lt;P&gt;Please read this article by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/08/26/convergence-sim.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/08/26/convergence-sim.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Dec 2019 16:00:39 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-12-15T16:00:39Z</dc:date>
    <item>
      <title>ordinal mixed effects model did not converge in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611883#M29613</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was trying to fit an ordinal mixed effects model using PROC GLIMMIX procedure. The code is as below. The outcome Y has 3 ordered value (1,2,3). Y_baseline is the outcome measured at baseline time. The model includes random intercept and random-effect of time, and the baseline outcome as covariate. The data includes 53 subjects with 181 observations. However the model did not converge, even if I combined the three values into 2 values and run regular logistic mixed effects mode, it still did not converge. Is it due to that the sample size is too small? Is there any solution? Thank you in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC GLIMMIX data=final1;&lt;BR /&gt;CLASS pt Y_baseline(ref=first);&lt;BR /&gt;MODEL Y(desc order=internal)= Y_baseline days/DIST=multinomial LINK=cumlogit SOLUTION CL;&lt;BR /&gt;RANDOM int days/subject=pt;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kane&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 15:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611883#M29613</guid>
      <dc:creator>Tiny_Kane</dc:creator>
      <dc:date>2019-12-15T15:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: ordinal mixed effects model did not converge in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611884#M29614</link>
      <description>&lt;P&gt;Please read this article by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/08/26/convergence-sim.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/08/26/convergence-sim.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 16:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611884#M29614</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-15T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: ordinal mixed effects model did not converge in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611886#M29615</link>
      <description>&lt;P&gt;Proc glimmix does not have OUTTEST= option.&lt;/P&gt;
&lt;P&gt;And the&amp;nbsp;ConvergenceStatus=CS did not output any information, only one row data, reason=Did not converge., status=1, pdG=1. That's it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 16:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611886#M29615</guid>
      <dc:creator>Tiny_Kane</dc:creator>
      <dc:date>2019-12-15T16:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: ordinal mixed effects model did not converge in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611887#M29616</link>
      <description>&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&gt;&lt;A href="https://communities.sas.com/t5/General-SAS-Programming/GLIMMIX-convergence-problems/td-p/119472" target="_blank"&gt;https://communities.sas.com/t5/General-SAS-Programming/GLIMMIX-convergence-problems/td-p/119472&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 16:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ordinal-mixed-effects-model-did-not-converge-in-PROC-GLIMMIX/m-p/611887#M29616</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-15T16:52:42Z</dc:date>
    </item>
  </channel>
</rss>

