<?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: PROC GLM: hypothesis testing in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273386#M14394</link>
    <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2016 20:26:29 GMT</pubDate>
    <dc:creator>JOLSAS</dc:creator>
    <dc:date>2016-05-26T20:26:29Z</dc:date>
    <item>
      <title>PROC GLM: hypothesis testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273179#M14390</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have such a proc glm test:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glm data=dataset1; &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;class f1 f2 f3&amp;nbsp;; &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;model car = a b a*b&amp;nbsp;f1 f2 f3&amp;nbsp;/ solution;&lt;/P&gt;
&lt;P&gt;run; quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally I would get individual t value and p value for each of the independent variables. But I also want to test this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;b1+b3=0.&lt;/P&gt;
&lt;P&gt;b1 being the coefficient for variable a, and b3 being the coefficient for&amp;nbsp;a*b&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been doing some googling, and it seems that I need to use estimate or contrast statement? I didn't get the help I needed from googling. Anyone please help? Appreciate it!&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 03:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273179#M14390</guid>
      <dc:creator>JOLSAS</dc:creator>
      <dc:date>2016-05-26T03:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM: hypothesis testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273196#M14391</link>
      <description>&lt;P&gt;Add the statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;estimate 'test' a 1 a*b -1;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 04:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273196#M14391</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-05-26T04:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM: hypothesis testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273199#M14392</link>
      <description>&lt;P&gt;Hi PG,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for replying! But I have one question though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does "&lt;SPAN&gt;a 1 a*b -1&lt;/SPAN&gt;" mean that I'm testing the hypothesis " b1-b3&amp;nbsp;= 0"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I want to test if b1+b3=0, do I want to do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;estimate 'test' a 1 a*b 1?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 04:54:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273199#M14392</guid>
      <dc:creator>JOLSAS</dc:creator>
      <dc:date>2016-05-26T04:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM: hypothesis testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273305#M14393</link>
      <description>&lt;P&gt;Sorry, my error, you are right.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 15:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273305#M14393</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-05-26T15:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLM: hypothesis testing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273386#M14394</link>
      <description>&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 20:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLM-hypothesis-testing/m-p/273386#M14394</guid>
      <dc:creator>JOLSAS</dc:creator>
      <dc:date>2016-05-26T20:26:29Z</dc:date>
    </item>
  </channel>
</rss>

