<?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: glimix assumptions - testing in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/260776#M13782</link>
    <description>&lt;P&gt;First, replace inf with status in your estimate and contrast statements. &amp;nbsp;As it stands now, you'll get an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The part about "some degree of non-independence" refers to modeling correlation between observations. &amp;nbsp;In this case, though, I don't think you have matched pairs or anything along those lines to consider this. &amp;nbsp;If you had some measure of genetic similarity for the subjects who were in the 'inf' and 'UN' groups, you could consider that as a blocking factor, for example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you will be OK once you get a model factor into the contrast and estimate statements, rather than a named level of the factor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2016 16:38:47 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2016-04-01T16:38:47Z</dc:date>
    <item>
      <title>glimix assumptions - testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/260659#M13775</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a binomial dependent variable (0,1), a covariate "age", and a fixed factor (status: Inf, UN). The data are not fully independent because thay come from the same "strain" (with the two statuses above). The two "statuses" have been bred separatelly for several generations, so they have diverged genetically to some extent. I read that glimmix allows for "some degree of non-independence among observations" and I do not necessarily need a random factor. Therefore, believe that I can use Glimmix for my analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I am not sure how to check the assumptions for glimmix (&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glimmix_a0000001402.htm).&amp;nbsp;" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_glimmix_a0000001402.htm).&amp;nbsp;&lt;/A&gt; Can anyone help me with this issue?&lt;/P&gt;
&lt;P&gt;I will appreciate your help very much.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code would be the one below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;glimmix&lt;/STRONG&gt;&amp;nbsp; data=XXX order=data&amp;nbsp; ODDSRATIO ;&lt;/P&gt;
&lt;P&gt;class&amp;nbsp; status&lt;/P&gt;
&lt;P&gt;model&amp;nbsp; Mature/Trials = age status age*status&amp;nbsp; /dist=binomial link=logit solution ;&lt;/P&gt;
&lt;P&gt;output out=results pred(ilink)=fit;&lt;/P&gt;
&lt;P&gt;contrast 'UN - inf' inf &lt;STRONG&gt;1&lt;/STRONG&gt; -&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;estimate 'UN - inf' inf &lt;STRONG&gt;1&lt;/STRONG&gt; -&lt;STRONG&gt;1&lt;/STRONG&gt; /cl;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 09:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/260659#M13775</guid>
      <dc:creator>igforek</dc:creator>
      <dc:date>2016-04-01T09:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: glimix assumptions - testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/260776#M13782</link>
      <description>&lt;P&gt;First, replace inf with status in your estimate and contrast statements. &amp;nbsp;As it stands now, you'll get an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The part about "some degree of non-independence" refers to modeling correlation between observations. &amp;nbsp;In this case, though, I don't think you have matched pairs or anything along those lines to consider this. &amp;nbsp;If you had some measure of genetic similarity for the subjects who were in the 'inf' and 'UN' groups, you could consider that as a blocking factor, for example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you will be OK once you get a model factor into the contrast and estimate statements, rather than a named level of the factor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 16:38:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/260776#M13782</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-04-01T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: glimix assumptions - testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/260874#M13798</link>
      <description>&lt;P&gt;Thank you for your answer. I did run it with your suggestions and I works well. However, I still would like to know how to test the assumptions of glimmix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glimmix&amp;nbsp; data=SASUSER.AGEMATURITYMALES_0_1&amp;nbsp; ODDSRATIO ;&lt;BR /&gt;class&amp;nbsp; InfSta;&lt;BR /&gt;model&amp;nbsp; Mature = InfSta CentAgeDays CentAgeDaysQ&amp;nbsp; /dist=binomial link=logit solution ;&lt;BR /&gt;output out=results pred(ilink)=fit;&lt;BR /&gt;contrast 'UN - in' InfSta 1 -1;&lt;BR /&gt;estimate 'UN - in' InfSta 1 -1 /cl;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:38:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/260874#M13798</guid>
      <dc:creator>igforek</dc:creator>
      <dc:date>2016-04-02T06:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: glimix assumptions - testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/261057#M13803</link>
      <description>&lt;P&gt;It all depends on what assumptions you wish to test. &amp;nbsp;GLIMMIX has a lot of options, plus there are a variety of plots that you can use to examine assumptions. &amp;nbsp;I think the key I would think of for this is whether or not the results are overdispersed. &amp;nbsp;Check out the examples in the GLIMMIX documentation for pointers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 12:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/261057#M13803</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-04-04T12:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: glimix assumptions - testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/262110#M13853</link>
      <description>&lt;P&gt;Thank you very much. I did find in the SAS webpage the diagnostic plots you mention for glimmix. I will try to work them out with my data. I find this site very helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 15:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/glimix-assumptions-testing/m-p/262110#M13853</guid>
      <dc:creator>igforek</dc:creator>
      <dc:date>2016-04-07T15:51:26Z</dc:date>
    </item>
  </channel>
</rss>

