<?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: Example code to do Fmax test (Hartley's F test) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Example-code-to-do-Fmax-test-Hartley-s-F-test/m-p/410641#M21457</link>
    <description>&lt;P&gt;See&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.unf.edu/~jgleaton/HartleyFmaxExample.doc" target="_self"&gt;http://www.unf.edu/~jgleaton/HartleyFmaxExample.doc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://analytics.ncsu.edu/sesug/2014/SD-05.pdf" target="_self"&gt;http://analytics.ncsu.edu/sesug/2014/SD-05.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but also notes on FMax test in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://people.stat.sc.edu/habing/courses/516sasS99.html" target="_self"&gt;http://people.stat.sc.edu/habing/courses/516sasS99.html&lt;/A&gt;&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;</description>
    <pubDate>Sun, 05 Nov 2017 04:42:47 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-11-05T04:42:47Z</dc:date>
    <item>
      <title>Example code to do Fmax test (Hartley's F test)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Example-code-to-do-Fmax-test-Hartley-s-F-test/m-p/410633#M21455</link>
      <description>&lt;P&gt;i want to test the Homogeneity of Variance between different groups, using Hartley's Fmax test, but did not find Fmax option for HOVETST.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I searched and found HOVTEST has a number of options:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HOVTEST=BARTLETT&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HOVTEST=BF&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HOVTEST=LEVENE &amp;lt;( TYPE=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;ABS&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;|&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SQUARE&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HOVTEST=OBRIEN &amp;lt;( W=&lt;I&gt;number&lt;/I&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROCGLM;
CLASS GROUP;
MODEL SCORE = GROUP;
MEANS GROUP / HOVTEST = LEVENE (TYPE = ABS);
RUN; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So how do I do Fmax test in SAS?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or Fmax is not the&amp;nbsp;preferred test when other better tests appeared?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2017 03:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Example-code-to-do-Fmax-test-Hartley-s-F-test/m-p/410633#M21455</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2017-11-05T03:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Example code to do Fmax test (Hartley's F test)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Example-code-to-do-Fmax-test-Hartley-s-F-test/m-p/410641#M21457</link>
      <description>&lt;P&gt;See&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.unf.edu/~jgleaton/HartleyFmaxExample.doc" target="_self"&gt;http://www.unf.edu/~jgleaton/HartleyFmaxExample.doc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://analytics.ncsu.edu/sesug/2014/SD-05.pdf" target="_self"&gt;http://analytics.ncsu.edu/sesug/2014/SD-05.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but also notes on FMax test in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://people.stat.sc.edu/habing/courses/516sasS99.html" target="_self"&gt;http://people.stat.sc.edu/habing/courses/516sasS99.html&lt;/A&gt;&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;</description>
      <pubDate>Sun, 05 Nov 2017 04:42:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Example-code-to-do-Fmax-test-Hartley-s-F-test/m-p/410641#M21457</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-11-05T04:42:47Z</dc:date>
    </item>
  </channel>
</rss>

