<?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 Proc glimmix does not converge in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-glimmix-does-not-converge/m-p/630106#M186484</link>
    <description>&lt;P&gt;I have a dataset with two variables, first variable is the test result, it attains values : 1,2,3,4,5. The other one is the golden standard with values 0,1 and missing. I am using the following model to find the effect of the test on the golden standard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data=data;
class studyID PosResultDesc ;
model tbyn1 = PosResultDesc/ cl dist=binary or link=logit chisq;
random intercept / subject = studyID ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But the model does not converge. I attach the data, any thoughts what could be the reason?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="left"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 06 Mar 2020 15:33:24 GMT</pubDate>
    <dc:creator>ph6</dc:creator>
    <dc:date>2020-03-06T15:33:24Z</dc:date>
    <item>
      <title>Proc glimmix does not converge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-glimmix-does-not-converge/m-p/630106#M186484</link>
      <description>&lt;P&gt;I have a dataset with two variables, first variable is the test result, it attains values : 1,2,3,4,5. The other one is the golden standard with values 0,1 and missing. I am using the following model to find the effect of the test on the golden standard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data=data;
class studyID PosResultDesc ;
model tbyn1 = PosResultDesc/ cl dist=binary or link=logit chisq;
random intercept / subject = studyID ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But the model does not converge. I attach the data, any thoughts what could be the reason?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="left"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Mar 2020 15:33:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-glimmix-does-not-converge/m-p/630106#M186484</guid>
      <dc:creator>ph6</dc:creator>
      <dc:date>2020-03-06T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc glimmix does not converge</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-glimmix-does-not-converge/m-p/630108#M186485</link>
      <description>&lt;P&gt;There's lots of advice out there. Go to your favorite search engine, type in "proc glimmix does not converge"&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 15:38:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-glimmix-does-not-converge/m-p/630108#M186485</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-06T15:38:24Z</dc:date>
    </item>
  </channel>
</rss>

