<?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 Difficulty interpreting an interaction using proc mixed in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942659#M83630</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a mixed linear model using "PROC MIXED" procedure in SAS and it includes an interaction term. I am just having difficulty understanding the two reference groups, and what exactly they are a reference for. Would someone be able to help me interpret this? Ultimately, I would like to model the following "Compared to males (or females) on TAC, males (or females) on TAC have a higher/lower lvmi". Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current model:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;	MODEL lvmi_chinali=	yearsincetx  ageattx TAC syssds_04 bmisds_r egfr_schwartz TAC*sex / SOLUTION CL;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stodo53_0-1725524363890.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99995iEB7CCD27094266EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stodo53_0-1725524363890.png" alt="stodo53_0-1725524363890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2024 08:23:50 GMT</pubDate>
    <dc:creator>stodo53</dc:creator>
    <dc:date>2024-09-05T08:23:50Z</dc:date>
    <item>
      <title>Difficulty interpreting an interaction using proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942659#M83630</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a mixed linear model using "PROC MIXED" procedure in SAS and it includes an interaction term. I am just having difficulty understanding the two reference groups, and what exactly they are a reference for. Would someone be able to help me interpret this? Ultimately, I would like to model the following "Compared to males (or females) on TAC, males (or females) on TAC have a higher/lower lvmi". Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current model:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;	MODEL lvmi_chinali=	yearsincetx  ageattx TAC syssds_04 bmisds_r egfr_schwartz TAC*sex / SOLUTION CL;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stodo53_0-1725524363890.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/99995iEB7CCD27094266EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stodo53_0-1725524363890.png" alt="stodo53_0-1725524363890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 08:23:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942659#M83630</guid>
      <dc:creator>stodo53</dc:creator>
      <dc:date>2024-09-05T08:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty interpreting an interaction using proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942661#M83631</link>
      <description>It is just FIXED effects. Check this:&lt;BR /&gt;           &lt;A href="https://support.sas.com/kb/38/384.html" target="_blank"&gt;https://support.sas.com/kb/38/384.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Sep 2024 08:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942661#M83631</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-09-05T08:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty interpreting an interaction using proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942679#M83632</link>
      <description>&lt;P&gt;I read over this many times, and although I think I understand it, I don't really see how this could be made interpretable in laymans terms. When I add both the main effects and the interaction term, it becomes more confusing to me how to interpret this since there is only one estimate produced for the interaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;	MODEL lvmi_chinali=	yearsincetx  ageattx&lt;FONT face="arial black,avant garde"&gt; TAC sex&lt;/FONT&gt; syssds_04 bmisds_r egfr_schwartz &lt;FONT face="arial black,avant garde"&gt;TAC*sex&lt;/FONT&gt; / SOLUTION CL;	&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stodo53_0-1725533739910.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/100001i6A43C9166473EF6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stodo53_0-1725533739910.png" alt="stodo53_0-1725533739910.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 10:57:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942679#M83632</guid>
      <dc:creator>stodo53</dc:creator>
      <dc:date>2024-09-05T10:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty interpreting an interaction using proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942823#M83634</link>
      <description>&lt;P&gt;" since there is only one estimate produced for the interaction."&lt;BR /&gt;That was supposed to be , since in design matrix SEX='Male' is 1 and TAC='1' is 1 ,and only when SEX='Male' and TAC='1' it should be ,others are zero.&lt;BR /&gt;You'd better post it at Stat Forum:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/Statistical-Procedures/bd-p/statistical_procedures&lt;/A&gt;&lt;BR /&gt;And Calling &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13758"&gt;@lvm&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 00:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942823#M83634</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-09-06T00:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty interpreting an interaction using proc mixed</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942856#M83635</link>
      <description>&lt;P&gt;Check &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; blog:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2019/12/03/longitudinal-data-response-profile-model.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2019/12/03/longitudinal-data-response-profile-model.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to Rick's blog:&lt;BR /&gt;sex=Male and TAC=1 is 1.0446 less than sex=Male and TAC=0&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 08:34:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Difficulty-interpreting-an-interaction-using-proc-mixed/m-p/942856#M83635</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-09-06T08:34:25Z</dc:date>
    </item>
  </channel>
</rss>

