<?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: What is null hypothesis for PROC GLM? what is estimate, P, and T value in the model output? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366756#M19332</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;P-Value is more small , the variable is more significant .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also Check &amp;nbsp;PROC GLMSELECT + SELECTION=LASSO&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;My $0.02 Philosophical difference on p-value interpretaton: The p-value is&amp;nbsp;used to reject&amp;nbsp;the Null hypothesis or not. The rejection level should be specified before the test is done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that caveat small values such as 0.05 or 0.025 are common values to compare and a p-value smaller than those will reject the null hypothesis.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 19:56:42 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-06-13T19:56:42Z</dc:date>
    <item>
      <title>What is null hypothesis for PROC GLM? what is estimate, P, and T value in the model output?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366456#M19328</link>
      <description>&lt;P&gt;After running proc GLM with multiple regressors.&lt;/P&gt;&lt;P&gt;I got the regressors and their Estimate, P, and T values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to find out the best regressors for my model.&lt;/P&gt;&lt;P&gt;how should I use P, T, or Estimate column to determine which regressors are best for my model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, what is the meaning of Estimate, P, and T values in model output.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is how the output looks like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Dependent&lt;/TD&gt;&lt;TD&gt;Parameter&lt;/TD&gt;&lt;TD&gt;Estimate&lt;/TD&gt;&lt;TD&gt;Biased&lt;/TD&gt;&lt;TD&gt;StdErr&lt;/TD&gt;&lt;TD&gt;tValue&lt;/TD&gt;&lt;TD&gt;Probt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ln_dep1&lt;/TD&gt;&lt;TD&gt;ln_rw_base*region_nm PACIFIC NORTHWEST&lt;/TD&gt;&lt;TD&gt;0.9604395696&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0.00481642&lt;/TD&gt;&lt;TD&gt;199.41&lt;/TD&gt;&lt;TD&gt;0.0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ln_dep1&lt;/TD&gt;&lt;TD&gt;ln_rw_base*region_nm PACIFIC CENTRAL&lt;/TD&gt;&lt;TD&gt;0.9601801559&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0.00476460&lt;/TD&gt;&lt;TD&gt;201.52&lt;/TD&gt;&lt;TD&gt;0.0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ln_dep1&lt;/TD&gt;&lt;TD&gt;ln_rw_base*region_nm NEW ENGLAND&lt;/TD&gt;&lt;TD&gt;0.9600740196&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0.00479192&lt;/TD&gt;&lt;TD&gt;200.35&lt;/TD&gt;&lt;TD&gt;0.0000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ln_dep1&lt;/TD&gt;&lt;TD&gt;ln_rw_base*region_nm PACIFIC NORTH&lt;/TD&gt;&lt;TD&gt;0.9600171774&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0.00475982&lt;/TD&gt;&lt;TD&gt;201.69&lt;/TD&gt;&lt;TD&gt;0.0000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 13 Jun 2017 09:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366456#M19328</guid>
      <dc:creator>captainprice0</dc:creator>
      <dc:date>2017-06-13T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is null hypothesis for PROC GLM? what is estimate, P, and T value in the model output?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366458#M19329</link>
      <description>&lt;P&gt;This sounds like multiple questions regarding understanding the GLM output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend that you take a look at some of the vell described&amp;nbsp;PROC GLM examples from the documentation here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_glm_sect001.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_glm_sect001.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 09:47:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366458#M19329</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-06-13T09:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is null hypothesis for PROC GLM? what is estimate, P, and T value in the model output?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366506#M19330</link>
      <description>&lt;P&gt;P-Value is more small , the variable is more significant .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also Check &amp;nbsp;PROC GLMSELECT + SELECTION=LASSO&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 12:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366506#M19330</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-13T12:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is null hypothesis for PROC GLM? what is estimate, P, and T value in the model output?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366507#M19331</link>
      <description>&lt;P&gt;Agreeing with &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;, your questions are all basic statistics, that can be found in documentation provided by SAS and in many statistics textbooks, and you need to do some reading there to learn these fundamental concepts.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 12:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366507#M19331</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-06-13T12:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is null hypothesis for PROC GLM? what is estimate, P, and T value in the model output?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366756#M19332</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;P-Value is more small , the variable is more significant .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also Check &amp;nbsp;PROC GLMSELECT + SELECTION=LASSO&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;My $0.02 Philosophical difference on p-value interpretaton: The p-value is&amp;nbsp;used to reject&amp;nbsp;the Null hypothesis or not. The rejection level should be specified before the test is done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that caveat small values such as 0.05 or 0.025 are common values to compare and a p-value smaller than those will reject the null hypothesis.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 19:56:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/What-is-null-hypothesis-for-PROC-GLM-what-is-estimate-P-and-T/m-p/366756#M19332</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-13T19:56:42Z</dc:date>
    </item>
  </channel>
</rss>

