<?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 or covariance matrix doesn't make sense in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-or-covariance-matrix-doesn-t-make-sense/m-p/450415#M23556</link>
    <description>I meant that I have several independent clinical trial data set for&lt;BR /&gt;different drug. That is why I did the analysis separately.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Apr 2018 17:34:15 GMT</pubDate>
    <dc:creator>Fang_Merck</dc:creator>
    <dc:date>2018-04-02T17:34:15Z</dc:date>
    <item>
      <title>Glimmix did not converge or covariance matrix doesn't make sense</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-or-covariance-matrix-doesn-t-make-sense/m-p/449714#M23491</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;several clinical data set with binary response. For all data sets, subjects are enrolled from different sites and are taking either treatment A or B (parallel design). I am trying to assess the site variation for the response variable. Since there are 2 treatment, I assume that the site variation could be different for the 2 treatments and there could be a correlation. The following is my SAS code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc glimmix data=dset;&lt;BR /&gt;class sitenum trt;&lt;BR /&gt;model resp= trt/dist=bin link=logit solution;&lt;BR /&gt;random trt/SUBJECT=SITENUM type=UN solution G;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For most data sets,&amp;nbsp;Proc Glimmix doesn't converge. For one data set, Glimmix does converge and I got the following covariance matrix. I think here&amp;nbsp;&lt;SPAN&gt;0.00907 is the site variance of treatment A and&amp;nbsp;3.54E-18 is the site variance of treatment B. However, the covariance between treatments A and B are even bigger than the both variance, so the correlation will be &amp;gt;1. Do I understand it correct? I don't know why it can happened.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Estimated G Matrix&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Effect&lt;/TD&gt;&lt;TD&gt;Description of Actual Arm&lt;/TD&gt;&lt;TD&gt;Row&lt;/TD&gt;&lt;TD&gt;Col1&lt;/TD&gt;&lt;TD&gt;Col2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;trt&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.00907&lt;/TD&gt;&lt;TD&gt;0.02008&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;trt&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0.02008&lt;/TD&gt;&lt;TD&gt;3.54E-18&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 29 Mar 2018 16:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-or-covariance-matrix-doesn-t-make-sense/m-p/449714#M23491</guid>
      <dc:creator>Fang_Merck</dc:creator>
      <dc:date>2018-03-29T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix did not converge or covariance matrix doesn't make sense</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-or-covariance-matrix-doesn-t-make-sense/m-p/449774#M23500</link>
      <description>&lt;P&gt;I am a little confused by:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;For most data sets,&amp;nbsp;Proc Glimmix doesn't converge&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would expect that you would combine all of the data to have all of the sites in one data set to answer a question about the impact of "site" on the analysis.&amp;nbsp;Why are&amp;nbsp;these separate data sets analyzed one a time? Are you comparing all pairs of individual sites?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-or-covariance-matrix-doesn-t-make-sense/m-p/449774#M23500</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-29T20:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Glimmix did not converge or covariance matrix doesn't make sense</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-or-covariance-matrix-doesn-t-make-sense/m-p/450415#M23556</link>
      <description>I meant that I have several independent clinical trial data set for&lt;BR /&gt;different drug. That is why I did the analysis separately.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Apr 2018 17:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Glimmix-did-not-converge-or-covariance-matrix-doesn-t-make-sense/m-p/450415#M23556</guid>
      <dc:creator>Fang_Merck</dc:creator>
      <dc:date>2018-04-02T17:34:15Z</dc:date>
    </item>
  </channel>
</rss>

