<?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 Question on interpreting the result of PROC MIXED in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Question-on-interpreting-the-result-of-PROC-MIXED/m-p/918585#M45589</link>
    <description>&lt;P&gt;I'm confused about interpreting the "Solution for fixed effects" and "Type 3 Tests of Fixed Effects." I have searched through lots of SAS papers but still feel confused.&lt;/P&gt;
&lt;P&gt;The F-test shows that the interaction term is significant, which means age has a significant effect on score changes.&amp;nbsp;&lt;SPAN&gt;However, I would like to report the coefficients with confidence intervals, so I may need the results from the t-test. However, for each of the interaction terms in the test, they are not significant. How could I explain this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code and output. Any help is appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC MIXED DATA = test METHOD = REML COVTEST ;&lt;BR /&gt;CLASS id&amp;nbsp; &amp;nbsp;age_less55&amp;nbsp; &amp;nbsp; &amp;nbsp;time_dichotomous(ref="0-6") ;&lt;BR /&gt;MODEL Score = time_dichotomous&amp;nbsp; &amp;nbsp; age_less55&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;time_dichotomous*age_less55/ SOLUTION;&lt;BR /&gt;RANDOM INTERCEPT / SUBJECT = id;&lt;BR /&gt;repeated time_dichotomous / type=ar(1) sub=id;&lt;BR /&gt;store out=MixedModel; &lt;BR /&gt;RUN;&lt;BR /&gt;proc plm restore=MixedModel;&amp;nbsp;&lt;BR /&gt;effectplot interaction (x=time_dichotomous sliceby=age_less55) / clm connect;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2024-03-01 at 08.27.18.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94302i9E0AFAF569611FCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2024-03-01 at 08.27.18.png" alt="Screen Shot 2024-03-01 at 08.27.18.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="Screen Shot 2024-03-01 at 08.27.22.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94303i204526F1F92D7678/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2024-03-01 at 08.27.22.png" alt="Screen Shot 2024-03-01 at 08.27.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;  &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 13:47:22 GMT</pubDate>
    <dc:creator>GiaLee</dc:creator>
    <dc:date>2024-03-01T13:47:22Z</dc:date>
    <item>
      <title>Question on interpreting the result of PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-on-interpreting-the-result-of-PROC-MIXED/m-p/918585#M45589</link>
      <description>&lt;P&gt;I'm confused about interpreting the "Solution for fixed effects" and "Type 3 Tests of Fixed Effects." I have searched through lots of SAS papers but still feel confused.&lt;/P&gt;
&lt;P&gt;The F-test shows that the interaction term is significant, which means age has a significant effect on score changes.&amp;nbsp;&lt;SPAN&gt;However, I would like to report the coefficients with confidence intervals, so I may need the results from the t-test. However, for each of the interaction terms in the test, they are not significant. How could I explain this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code and output. Any help is appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC MIXED DATA = test METHOD = REML COVTEST ;&lt;BR /&gt;CLASS id&amp;nbsp; &amp;nbsp;age_less55&amp;nbsp; &amp;nbsp; &amp;nbsp;time_dichotomous(ref="0-6") ;&lt;BR /&gt;MODEL Score = time_dichotomous&amp;nbsp; &amp;nbsp; age_less55&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;time_dichotomous*age_less55/ SOLUTION;&lt;BR /&gt;RANDOM INTERCEPT / SUBJECT = id;&lt;BR /&gt;repeated time_dichotomous / type=ar(1) sub=id;&lt;BR /&gt;store out=MixedModel; &lt;BR /&gt;RUN;&lt;BR /&gt;proc plm restore=MixedModel;&amp;nbsp;&lt;BR /&gt;effectplot interaction (x=time_dichotomous sliceby=age_less55) / clm connect;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2024-03-01 at 08.27.18.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94302i9E0AFAF569611FCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2024-03-01 at 08.27.18.png" alt="Screen Shot 2024-03-01 at 08.27.18.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="Screen Shot 2024-03-01 at 08.27.22.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94303i204526F1F92D7678/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2024-03-01 at 08.27.22.png" alt="Screen Shot 2024-03-01 at 08.27.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;  &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 13:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-on-interpreting-the-result-of-PROC-MIXED/m-p/918585#M45589</guid>
      <dc:creator>GiaLee</dc:creator>
      <dc:date>2024-03-01T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question on interpreting the result of PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-on-interpreting-the-result-of-PROC-MIXED/m-p/918590#M45591</link>
      <description>&lt;P&gt;The F-test for an interaction and the t-test for different parts of the interaction do NOT test the same thing. They do not have to agree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The F-test for an interaction tests to see if the different levels of the interaction are different from one another. The t-tests tests to see if the coefficient for a specific level of an interaction is different than zero.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:03:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-on-interpreting-the-result-of-PROC-MIXED/m-p/918590#M45591</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-03-01T14:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question on interpreting the result of PROC MIXED</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Question-on-interpreting-the-result-of-PROC-MIXED/m-p/918595#M45594</link>
      <description>Thanks for your quick response!&lt;BR /&gt;So, that means for the T-test, it estimates whether the estimate is different from zero. In my case, it's whether the estimate is different from the estimate from time_dichotomous (0-6) * age_less55 (No) since time_dichotomous (0-6) is the reference group.&lt;BR /&gt;&lt;BR /&gt;Regarding the F-test, it tests the estimates shown in Table 1 to see whether the estimates for time_dichotomous (0-6) * age_less55 (No), time_dichotomous (6-12) * age_less55 (No), time_dichotomous (12-18) * age_less55 (No), etc., are different from each other. &lt;BR /&gt;Am I understanding this correctly?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 01 Mar 2024 14:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Question-on-interpreting-the-result-of-PROC-MIXED/m-p/918595#M45594</guid>
      <dc:creator>GiaLee</dc:creator>
      <dc:date>2024-03-01T14:38:12Z</dc:date>
    </item>
  </channel>
</rss>

