<?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 Test the overall significance of model in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Test-the-overall-significance-of-model/m-p/633535#M77900</link>
    <description>&lt;P&gt;Hello, I have a model :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data;
model F=a b c ;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And I want to test the overall significance of model at 1% and 5% using the p-value. But I don't know how to do it.&lt;BR /&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2020 11:16:17 GMT</pubDate>
    <dc:creator>lulube</dc:creator>
    <dc:date>2020-03-20T11:16:17Z</dc:date>
    <item>
      <title>Test the overall significance of model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Test-the-overall-significance-of-model/m-p/633535#M77900</link>
      <description>&lt;P&gt;Hello, I have a model :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=data;
model F=a b c ;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And I want to test the overall significance of model at 1% and 5% using the p-value. But I don't know how to do it.&lt;BR /&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 11:16:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Test-the-overall-significance-of-model/m-p/633535#M77900</guid>
      <dc:creator>lulube</dc:creator>
      <dc:date>2020-03-20T11:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Test the overall significance of model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Test-the-overall-significance-of-model/m-p/633537#M77901</link>
      <description>&lt;P&gt;See this example&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_reg_gettingstarted01.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_reg_gettingstarted01.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You look at the ANOVA table, and if Pr&amp;gt;F is &amp;lt;0.05, then the model is significant at the 5% level. If the Pr&amp;gt;F is &amp;lt;0.01, then the model is significant at the 1% level.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 11:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Test-the-overall-significance-of-model/m-p/633537#M77901</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-03-20T11:26:59Z</dc:date>
    </item>
  </channel>
</rss>

