<?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: Understanding Interaction Effects in PROC GLIMMIX in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697209#M33628</link>
    <description>&lt;P&gt;Show us the output you are looking at. You can make a screen capture and then include it in your reply by clicking on the "camera icon". Do not attach files.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 17:22:37 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-11-06T17:22:37Z</dc:date>
    <item>
      <title>Understanding Interaction Effects in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697208#M33627</link>
      <description>&lt;P&gt;I am running a two-level multivariate logistic regression model in PROC GLIMMIX. My relationship of interest of the association between "intervention" and "outcome". My clustering variable is "level2". My moderating variable is "class" and I am adjusting the model for "a", "b", "c", and "d" confounders. All variables are categorical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am interested in identifying the effect if "class" on the relationship between "intervention" and "outcome". Most of the interaction terms in the Solutions for Fixed Effects tables are significant (p&amp;lt;0.001), although the type III tests of fixed effects shows a non-significant p-value for the overall "intervention*class" term (p=0.3881). The intervention*class Least Squares Means are all significant (&amp;lt;0.001). I am not exactly sure how to interpret these tables and could use some advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am then provided with the Simple Effect Comparisons of intervention*class Least Squares Means By class. From my understanding, these are the effect estimates of the relationship of interest, stratified by my class levels. Is this correct? Also, is there a way to compare these effects apart from just observing to see if the ORs overlap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank-you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data=cares2;
class level2 outcome (ref="No") intervention(ref="No") a(ref="No") b(ref="No") c(ref="No") d(ref="No");
model neurooutcome = intervention a b c d intervention*class / dist=binary link=logit ddfm=bw solution oddsratio;
random intercept / subject=level2;
lsmeans intervention*class / slicediff=class oddsratio cl ilink;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 17:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697208#M33627</guid>
      <dc:creator>njgrubic</dc:creator>
      <dc:date>2020-11-06T17:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Interaction Effects in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697209#M33628</link>
      <description>&lt;P&gt;Show us the output you are looking at. You can make a screen capture and then include it in your reply by clicking on the "camera icon". Do not attach files.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 17:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697209#M33628</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-06T17:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Interaction Effects in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697216#M33630</link>
      <description>&lt;P&gt;Thank-you Paige. I have attached the three table outputs I am confused about.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51465i1F68D51F67C8EB95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3.PNG" alt="3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51466i509F2A7E95F250E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.PNG" alt="2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51467i9367E039676F912D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 17:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697216#M33630</guid>
      <dc:creator>njgrubic</dc:creator>
      <dc:date>2020-11-06T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding Interaction Effects in PROC GLIMMIX</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697227#M33631</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;Most of the interaction terms in the Solutions for Fixed Effects tables are significant (p&amp;lt;0.001), although the type III tests of fixed effects shows a non-significant p-value for the overall "intervention*class" term (p=0.3881)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The solutions output is testing if the coefficient is zero. They are not, they are statistically different from zero, because the p value is less than 0.05.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Type III test is testing if all of the coefficients are equal. They are equal, because the p value is greater than 0.05. So no difference between the coefficients.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am then provided with the Simple Effect Comparisons of intervention*class Least Squares Means By class. From my understanding, these are the effect estimates of the relationship of interest, stratified by my class levels. Is this correct?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You are testing to see if "yes" is diffferent than "no" for FIRST and then for SECOND and so on, is that what you want?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Also, is there a way to compare these effects apart from just observing to see if the ORs overlap?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since the Type III effect of the interaction in the model is not significant, I would assume this means that these are not different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 19:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Understanding-Interaction-Effects-in-PROC-GLIMMIX/m-p/697227#M33631</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-06T19:30:27Z</dc:date>
    </item>
  </channel>
</rss>

