<?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: Partial F-Test in PROC GLM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631073#M30280</link>
    <description>This is not the answer</description>
    <pubDate>Tue, 10 Mar 2020 19:47:36 GMT</pubDate>
    <dc:creator>whs278</dc:creator>
    <dc:date>2020-03-10T19:47:36Z</dc:date>
    <item>
      <title>Partial F-Test in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631053#M30278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know you can do a partial F-test with PROC REG to jointly test a set of parameters.&amp;nbsp; For example,&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 REG DATA = dataset
   MODEL y = x1 x2 x3; 
   TEST x2=x3=0;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Which gives me output that looks like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Partial_F-Test_Output.png" style="width: 500px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36739iC9A22D0703EDAD00/image-dimensions/500x130?v=v2" width="500" height="130" role="button" title="Partial_F-Test_Output.png" alt="Partial_F-Test_Output.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know if there is a way to perform the same the test using PROC GLM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 18:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631053#M30278</guid>
      <dc:creator>whs278</dc:creator>
      <dc:date>2020-03-10T18:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Partial F-Test in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631067#M30279</link>
      <description>&lt;P&gt;Google finds the answer quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-How-to-do-partial-F-test/td-p/108159" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-How-to-do-partial-F-test/td-p/108159&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 19:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631067#M30279</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-10T19:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Partial F-Test in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631073#M30280</link>
      <description>This is not the answer</description>
      <pubDate>Tue, 10 Mar 2020 19:47:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631073#M30280</guid>
      <dc:creator>whs278</dc:creator>
      <dc:date>2020-03-10T19:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Partial F-Test in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631074#M30281</link>
      <description>&lt;P&gt;I think it is the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 19:48:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631074#M30281</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-10T19:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Partial F-Test in PROC GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631079#M30282</link>
      <description>&lt;P&gt;I'm not sure how the solution below provides an answer on how to write a PROC GLM step that would jointly test a set of parameters using a partial f-test.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Y = B0 + B1*Asian + B2*Black + B3*White + B4*X + B5*X*Asian + B6*X*Black + B7*X*White + e&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The CLASS RACE statement creates dummy variables (Asian, Black, White) with values (1,0,0) for RACE="Asian", (0,1,0) for RACE="Black" and (0,0,1) for RACE="White". SAS will force parameters B3 and B7 to zero because they are redundant, so that the linear equations are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Asian : Y = (B0+B1) + (B4+B5)*X&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; Black : Y = (B0+B2) + (B4+B6)*X&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; White : Y = B0 + B4*X&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The F test for effect RACE*X tests the hypothesis B5=B6=B7=0 which, if true, would mean that all slopes are equal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Message was edited by: PG corrected typo reported by Steve Denham.&lt;/P&gt;
&lt;DIV class="UserSignature lia-message-signature" style="width: 100%; max-height: 120px; overflow: hidden;"&gt;PG&lt;/DIV&gt;
&lt;DIV class="view-original-post-link"&gt;
&lt;P&gt;&lt;A id="link_13" class="lia-link-navigation original-post-link" href="https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-How-to-do-partial-F-test/m-p/108165#M5722" target="_blank"&gt;View solution&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Mar 2020 19:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Partial-F-Test-in-PROC-GLM/m-p/631079#M30282</guid>
      <dc:creator>whs278</dc:creator>
      <dc:date>2020-03-10T19:56:36Z</dc:date>
    </item>
  </channel>
</rss>

