<?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: Implying white's (1980) correction  at proc panel procedure in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142113#M908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; I found this statement in the web but&amp;nbsp; I havn't found statement that combined both fixed Effect and White's correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement with fixed effect is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc panel data=invest.table_regressionfinal ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; id GVKEY DATADATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; model shareprice_ending_of_tm_f_qtr= bv EPSPXQ/fixone ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the statement with &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; HCCME is: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc panel data=invest.table_regressionfinal ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; id GVKEY DATADATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; model shareprice_ending_of_tm_f_qtr= bv EPSPXQ/pooled hccme=4;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you happen to know how to combine those two in a way it will make sense ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 10:16:32 GMT</pubDate>
    <dc:creator>lior</dc:creator>
    <dc:date>2014-12-10T10:16:32Z</dc:date>
    <item>
      <title>Implying white's (1980) correction  at proc panel procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142111#M906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I run proc panel procedure (I have panel data and I want to consider fixed effects). and its work fine.&lt;/P&gt;&lt;P&gt;but I don't know how to enter white's (1980) correction to this procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(all the examples to white's correction are in proc &lt;SPAN style="text-decoration: underline;"&gt;model&lt;/SPAN&gt; procedure).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; happens to know how to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 00:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142111#M906</guid>
      <dc:creator>lior</dc:creator>
      <dc:date>2014-12-09T00:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Implying white's (1980) correction  at proc panel procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142112#M907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look up the HCCME= option for the MODEL statement in PROC PANEL.&amp;nbsp; HCCME=4 uses the Arellano version of the White correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 15:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142112#M907</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-12-09T15:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Implying white's (1980) correction  at proc panel procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142113#M908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; I found this statement in the web but&amp;nbsp; I havn't found statement that combined both fixed Effect and White's correction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement with fixed effect is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc panel data=invest.table_regressionfinal ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; id GVKEY DATADATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; model shareprice_ending_of_tm_f_qtr= bv EPSPXQ/fixone ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the statement with &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; HCCME is: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc panel data=invest.table_regressionfinal ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; id GVKEY DATADATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; model shareprice_ending_of_tm_f_qtr= bv EPSPXQ/pooled hccme=4;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you happen to know how to combine those two in a way it will make sense ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 10:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142113#M908</guid>
      <dc:creator>lior</dc:creator>
      <dc:date>2014-12-10T10:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Implying white's (1980) correction  at proc panel procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142114#M909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc panel data=invest.table_regressionfinal ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;id GVKEY DATADATE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; model shareprice_ending_of_tm_f_qtr= bv EPSPXQ/fixone hccme=4;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work (at least based on the documentation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 16:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142114#M909</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-12-10T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Implying white's (1980) correction  at proc panel procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142115#M910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve t&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;hanks for the answer here.&amp;nbsp; One additional piece of information might be useful for you loir. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the PANEL procedure, a new feature implements a more general form of the sandwich estimator for consistent SE's.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These options are under the HAC= option (Hetero and Autocorrelated SE's).&amp;nbsp; For a super quick and dirty robust SE, add HAC=neweywest&amp;nbsp; to the model statement.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_panel_syntax11.htm" title="http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_panel_syntax11.htm"&gt;SAS/ETS(R) 13.2 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 16:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142115#M910</guid>
      <dc:creator>ets_kps</dc:creator>
      <dc:date>2014-12-10T16:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Implying white's (1980) correction  at proc panel procedure</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142116#M911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 20:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Implying-white-s-1980-correction-at-proc-panel-procedure/m-p/142116#M911</guid>
      <dc:creator>lior</dc:creator>
      <dc:date>2014-12-10T20:41:48Z</dc:date>
    </item>
  </channel>
</rss>

