<?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: syslin stest F-value calculation: how to find numerator and denominator in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/375151#M2507</link>
    <description>&lt;P&gt;Hi Can,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although PROC SYSLIN does not directly provide the numerator and denominator values associated with the F statistic, you can add the PRINT option to the STEST statement&amp;nbsp;to obtain the intermediate computations.&amp;nbsp; Matrix multiplication in SAS/IML&amp;nbsp;can then be used to compute the numerator of the F statistic.&amp;nbsp; The denominator is computed as the number of restrictions*system weighted MSE, where the number of restrictions is equal to the Numerator DF, and the system weighted MSE is part of the printed output of the procedure.&amp;nbsp; Please see the following documentation link for additional details:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_syslin_syntax14.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_syslin_syntax14.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 22:27:58 GMT</pubDate>
    <dc:creator>dw_sas</dc:creator>
    <dc:date>2017-07-11T22:27:58Z</dc:date>
    <item>
      <title>syslin stest F-value calculation: how to find numerator and denominator</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/374081#M2506</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run proc syslin and include stest, the test result output includes: Num DF, Den DF, F Value, Pr&amp;gt;F. These are useful, but I also need the specific numerator (Model MS) and denominator (Error MS) values that are used to calculate the F-value (=num/denom). How can I get these numerator and denominator values displayed? &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much in advance.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Can (John)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: FYI, the stest code and the out I get are below:&lt;/P&gt;
&lt;P&gt;STEST rco1.rco2LAG1=0, rco1.rco2LAG2=0, rco1.rco2LAG3=0, rco1.rco2LAG4=0;&lt;/P&gt;
&lt;P&gt;SAS Output&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Syslin: Test Results" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="r b header" scope="col"&gt;Num DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Den DF&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;F Value&lt;/TH&gt;
&lt;TH class="r b header" scope="col"&gt;Pr&amp;nbsp;&amp;gt;&amp;nbsp;F&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="r data"&gt;4&lt;/TD&gt;
&lt;TD class="r data"&gt;1705473&lt;/TD&gt;
&lt;TD class="r data"&gt;19.22&lt;/TD&gt;
&lt;TD class="r data"&gt;0.0001&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/374081#M2506</guid>
      <dc:creator>acironin</dc:creator>
      <dc:date>2017-07-07T19:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: syslin stest F-value calculation: how to find numerator and denominator</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/375151#M2507</link>
      <description>&lt;P&gt;Hi Can,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although PROC SYSLIN does not directly provide the numerator and denominator values associated with the F statistic, you can add the PRINT option to the STEST statement&amp;nbsp;to obtain the intermediate computations.&amp;nbsp; Matrix multiplication in SAS/IML&amp;nbsp;can then be used to compute the numerator of the F statistic.&amp;nbsp; The denominator is computed as the number of restrictions*system weighted MSE, where the number of restrictions is equal to the Numerator DF, and the system weighted MSE is part of the printed output of the procedure.&amp;nbsp; Please see the following documentation link for additional details:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_syslin_syntax14.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_syslin_syntax14.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 22:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/375151#M2507</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2017-07-11T22:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: syslin stest F-value calculation: how to find numerator and denominator</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/377090#M2539</link>
      <description>Thank you very much for the response, DW, I really appreciate it. &lt;BR /&gt;Best regards,&lt;BR /&gt;Can</description>
      <pubDate>Tue, 18 Jul 2017 18:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/377090#M2539</guid>
      <dc:creator>acironin</dc:creator>
      <dc:date>2017-07-18T18:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: syslin stest F-value calculation: how to find numerator and denominator</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/377344#M2540</link>
      <description>&lt;P&gt;I'm glad the information helped, Can!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;DW&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/syslin-stest-F-value-calculation-how-to-find-numerator-and/m-p/377344#M2540</guid>
      <dc:creator>dw_sas</dc:creator>
      <dc:date>2017-07-19T14:18:53Z</dc:date>
    </item>
  </channel>
</rss>

