<?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: output p value and t statistics in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79404#M3784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS won't give it to you by default. You'll have to merge/manipulate the tables it does give you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post a more detailed example of what you're looking for, with numbers specifically around the coefficients.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2012 17:43:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-06-09T17:43:30Z</dc:date>
    <item>
      <title>output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79399#M3779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a panel data with issuecd (stock id) and date (time). I'm doing regression by issuecd, computing Newey West standard error. 'Outest' can output the coefficients. How can I output the p value and t statistic? Below is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;proc&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;model&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;=kse9&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; issuecd;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;parms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; b0 b1 b2 b3;&lt;BR /&gt;log_vol=b0+b1*D+b2*log_AVE_vol+b3*log_AVE_mvol;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;fit&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; log_vol/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;gmm&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;kernel&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;=(BART,&lt;/SPAN&gt;&lt;STRONG style="color: #008080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #008080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #008080; font-size: 10pt; font-family: Consolas;"&gt;8&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: #008080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #008080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #008080; font-size: 10pt; font-family: Consolas;"&gt;0&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;outest&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;=temp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; D log_AVE_vol log_AVE_mvol;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;&lt;STRONG style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;Also, How can I suppress the output. Since I have &amp;gt;1000 stocks, a message pops up like: window is full. Then I have to choose to File, Save, clear window without saving.... I don't know how to deal with it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;BTW, how to use outparms?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Consolas;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 23:11:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79399#M3779</guid>
      <dc:creator>econfkw</dc:creator>
      <dc:date>2012-06-08T23:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79400#M3780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this paper on using the ODS facility &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also close the odd output once you set it up to go to tables, using odd listing close so your output window doesn't get full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/pharmasug/2012/TF/PharmaSUG-2012-TF22-SAS.pdf" title="http://www.lexjansen.com/pharmasug/2012/TF/PharmaSUG-2012-TF22-SAS.pdf"&gt;http://www.lexjansen.com/pharmasug/2012/TF/PharmaSUG-2012-TF22-SAS.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 00:06:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79400#M3780</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-09T00:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79401#M3781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your suggestion. I use ods all the times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, 'outest' only outputs coefficients, how can I output p value and t statistic? by outest, I have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column 1&amp;nbsp;&amp;nbsp; column 2&amp;nbsp; column 3&lt;/P&gt;&lt;P&gt;issuecd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; coefficients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a column 4 - p value and column 5- t statistics.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 02:36:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79401#M3781</guid>
      <dc:creator>econfkw</dc:creator>
      <dc:date>2012-06-09T02:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79402#M3782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they're in the output you get from SAS and there isn't a default option mentioned in the docs (didn't check and I'm not familiar with proc model) then you'll need to capture the ods table thats contains the p-value and t statistics which you can then merge with the outset table or capture the ODS table that gets displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The paper suggested goes over how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably need to add in the last line as below before run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;proc&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;model&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;=kse9&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; issuecd;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;parms&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; b0 b1 b2 b3;&lt;BR /&gt;log_vol=b0+b1*D+b2*log_AVE_vol+b3*log_AVE_mvol;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;fit&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; log_vol/&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;gmm&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;kernel&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;=(BART,&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;8&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;0&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;outest&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;=temp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; D log_AVE_vol log_AVE_mvol;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4500ff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #4500ff;"&gt;output&lt;/SPAN&gt; ParameterEstimates=sample1;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;run&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 04:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79402#M3782</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-09T04:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79403#M3783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me clarify the code.&lt;/P&gt;&lt;P&gt;There are 1000 stocks (issuecd). I'm running regression for each stocks. There will be coefficients, p value and t for each regression.&lt;/P&gt;&lt;P&gt;That's why I need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column 1&amp;nbsp;&amp;nbsp; column 2&amp;nbsp; column 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column 5&lt;/P&gt;&lt;P&gt;issuecd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; coefficients.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then by proc mean, I can find the average of coefficients, P and t.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for unknown reason, when I try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4500ff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #4500ff;"&gt;output&lt;/SPAN&gt; ParameterEstimates=sample1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no output is created. But I didn't similar things before. The output is similar to the default table but in different format. you can't computer average coefficients.&amp;nbsp; I need a TABLE like above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 06:49:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79403#M3783</guid>
      <dc:creator>econfkw</dc:creator>
      <dc:date>2012-06-09T06:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79404#M3784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS won't give it to you by default. You'll have to merge/manipulate the tables it does give you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post a more detailed example of what you're looking for, with numbers specifically around the coefficients.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 17:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79404#M3784</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-09T17:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79405#M3785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, 'ods output ParameterEstimates' does work. I also need R square. Why doesn't the following code work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;proc&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;model&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;=kse9&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; issuecd;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;parms&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; b0 b1 b2 b3;&lt;BR /&gt;log_vol=b0+b1*D+b2*log_AVE_vol+b3*log_AVE_mvol;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;fit&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; log_vol/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;gmm&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;kernel&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;=(BART,&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; color: #008080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #008080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #008080; font-family: Consolas;"&gt;8&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; color: #008080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #008080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #008080; font-family: Consolas;"&gt;0&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;outest&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;=temp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #0000ff; font-family: Consolas;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; D log_AVE_vol log_AVE_mvol;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4500ff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: #4500ff;"&gt;output&lt;/SPAN&gt; ParameterEstimates=sample1 GoodnessOfFit=sample2 RSquare=sample3;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;&lt;STRONG style="font-size: 10pt; color: #000080; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;Sample2 and sample3 are not created. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 20:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79405#M3785</guid>
      <dc:creator>econfkw</dc:creator>
      <dc:date>2012-06-09T20:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: output p value and t statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79406#M3786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The names ParameterEstimates is a specific table name, you need to determine what the table name is for the data you're interested in. The paper above goes through how to do that using odd trace. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods trace on;&lt;/P&gt;&lt;P&gt;your code&lt;/P&gt;&lt;P&gt;ods trace off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the log and match the table name you want with the data in the output. ResidSummary contains the Rsquared value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;proc&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;model&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;=kse9&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; issuecd;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;parms&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; b0 b1 b2 b3;&lt;BR /&gt;log_vol=b0+b1*D+b2*log_AVE_vol+b3*log_AVE_mvol;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;fit&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; log_vol/&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;gmm&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;kernel&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;=(BART,&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;8&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #008080;"&gt;0&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;outest&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;=temp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000ff;"&gt;instruments&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt; D log_AVE_vol log_AVE_mvol;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #4500ff;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #4500ff;"&gt;output&lt;/SPAN&gt; ParameterEstimates=sample1 residsummary=rsquared ;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: #000080;"&gt;run&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 20:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/output-p-value-and-t-statistics/m-p/79406#M3786</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-06-09T20:22:24Z</dc:date>
    </item>
  </channel>
</rss>

