<?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 SAS Proc Mixed for Repeated Measures Design with G-G and H-F adjustments in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/805983#M39641</link>
    <description>&lt;P&gt;Hi Colleagues,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have gone through Sphericity Tests in RMD using SAS &lt;STRONG&gt;Proc GLM&lt;/STRONG&gt;, and have used SAS Proc Mixed&amp;nbsp; to analyse RM experiments as well. My question is how to pupulate the Greenhouse-Geisser (G-G) and the Huynh-Feldt (H-F) adjustments in &lt;STRONG&gt;Proc Mixed procedure&lt;/STRONG&gt;&amp;nbsp;SAS results if sphericity fails in the data set. Kindly share the code or explanation please.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2022 06:40:30 GMT</pubDate>
    <dc:creator>Lyson</dc:creator>
    <dc:date>2022-04-05T06:40:30Z</dc:date>
    <item>
      <title>SAS Proc Mixed for Repeated Measures Design with G-G and H-F adjustments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/805983#M39641</link>
      <description>&lt;P&gt;Hi Colleagues,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have gone through Sphericity Tests in RMD using SAS &lt;STRONG&gt;Proc GLM&lt;/STRONG&gt;, and have used SAS Proc Mixed&amp;nbsp; to analyse RM experiments as well. My question is how to pupulate the Greenhouse-Geisser (G-G) and the Huynh-Feldt (H-F) adjustments in &lt;STRONG&gt;Proc Mixed procedure&lt;/STRONG&gt;&amp;nbsp;SAS results if sphericity fails in the data set. Kindly share the code or explanation please.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 06:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/805983#M39641</guid>
      <dc:creator>Lyson</dc:creator>
      <dc:date>2022-04-05T06:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc Mixed for Repeated Measures Design with G-G and H-F adjustments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/805998#M39642</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this paper help?&lt;/P&gt;
&lt;P&gt;Comparing the SAS GLM and MIXED Procedures for Repeated Measures&lt;BR /&gt;Russ Wolfinger and Ming Chang, SAS Institute Inc., Cary, NC&lt;BR /&gt;&lt;A href="https://support.sas.com/rnd/app/stat/papers/mixedglm.pdf" target="_blank"&gt;https://support.sas.com/rnd/app/stat/papers/mixedglm.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;( Russ Wolfinger is the original developer of PROC MIXED. )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 07:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/805998#M39642</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-04-05T07:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc Mixed for Repeated Measures Design with G-G and H-F adjustments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806028#M39648</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt; Thank you so much. I have gone through  Wolfinger &amp;amp; Chang's paper. They say I can get sphericity tests results by running  both "TYPE=CS" and "TYPE=HF", where CS --&amp;gt; any covariance structure, and HF is Huynh-Feldt adjustment. So I have tried this code:&lt;BR /&gt;&lt;BR /&gt;proc mixed data=D_univ cl ic covtest;&lt;BR /&gt;class CCI4 CHCI3  Time Flask ;&lt;BR /&gt;model Leakage=CCI4|CHCI3  ;&lt;BR /&gt;repeated   / subject=Flask(CCI4*CHCI3)  type=csh type=HF;&lt;BR /&gt;lsmeans CCI4 / pdiff cl adjust=tukey;&lt;BR /&gt;lsmeans CHCI3 / pdiff cl adjust=tukey;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;I am not sure if I interpreted Wolfinger &amp;amp; Chang very well by "running both TYPE=CS and TYPE=HF" correctly. Kindly check and assist before I falsely conclude mu results here!</description>
      <pubDate>Tue, 05 Apr 2022 11:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806028#M39648</guid>
      <dc:creator>Lyson</dc:creator>
      <dc:date>2022-04-05T11:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc Mixed for Repeated Measures Design with G-G and H-F adjustments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806091#M39661</link>
      <description>&lt;P&gt;One of the reasons for using PROC MIXED is that the F tests are valid whether or not the sphericity assumption is met, provided a valid covariance structure is fit and that there are no issues with the convergence.&amp;nbsp; If you are truly concerned about sphericity, then you should stick with PROC GLM, and not use ML/REML methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 15:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806091#M39661</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-04-05T15:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc Mixed for Repeated Measures Design with G-G and H-F adjustments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806131#M39673</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt; I get your point. I got a way to test for sphericity in Proc MIXED (from the posted source by Wolfinger). My next question is: If sphericity fails, how do we apply the H-F adjustment in Proc MIXED?</description>
      <pubDate>Tue, 05 Apr 2022 19:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806131#M39673</guid>
      <dc:creator>Lyson</dc:creator>
      <dc:date>2022-04-05T19:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc Mixed for Repeated Measures Design with G-G and H-F adjustments</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806265#M39681</link>
      <description>&lt;P&gt;Specifying TYPE=HF in the REPEATED statement can accomplish this.&amp;nbsp; However, I suspect you missed the point I was trying to make.&amp;nbsp; Consider other covariance structures - I really doubt that HF will lead to the smallest corrected AIC - it will probably not be the best fit for your model.&amp;nbsp; This avoids making a sphericity assumption, which is really not necessary (see the chapter on Repeated Measures in any edition of SAS for Mixed Models for a discussion).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 12:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-Proc-Mixed-for-Repeated-Measures-Design-with-G-G-and-H-F/m-p/806265#M39681</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2022-04-06T12:50:04Z</dc:date>
    </item>
  </channel>
</rss>

