<?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: Proc Panel HAC yields no standard errors in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Panel-HAC-yields-no-standard-errors/m-p/672147#M32135</link>
    <description>&lt;P&gt;Here is something buried in the documentation about HAC:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="etsug.panel.pnlmodelstmt" class="AAsection"&gt;
&lt;DIV id="etsug.panel.options_altvar" class="AAsection"&gt;
&lt;DIV class="AAoptions"&gt;
&lt;DL class="AAoptions"&gt;
&lt;DD&gt;
&lt;P&gt;This option is not available for between models and cannot be combined with the HCCME option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect that your model falls into the first category.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 24 Jul 2020 18:17:04 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-07-24T18:17:04Z</dc:date>
    <item>
      <title>Proc Panel HAC yields no standard errors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Panel-HAC-yields-no-standard-errors/m-p/671785#M32114</link>
      <description>&lt;P&gt;Estimating the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc panel data = input;
	id gvkey rankyear;
	model pers_a_diff = readj_quant readj_avg 
		 				/ fixtwo noint;
	ods output FitStatistics = fit;
run;
quit;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;yields:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shenflow_0-1595506050521.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47594i23FBC6B36C7BC268/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shenflow_0-1595506050521.png" alt="shenflow_0-1595506050521.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I need HAC standard errors. Inserting the HAC option in the statement above as follows:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc panel data = input;
	id gvkey rankyear;
	model pers_a_diff = readj_quant readj_avg 
		 				/ fixtwo noint hac;
	ods output FitStatistics = fit;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;yields the following results:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shenflow_0-1595506262302.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47596i163974E552AA3088/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shenflow_0-1595506262302.png" alt="shenflow_0-1595506262302.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is, I do not get any standard errors at all. Why is that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: What strikes me as even more surprising is that NEWEYWEST in fact yields standard errors (and NEWEYWEST are a special case of HAC standard errors as far as I am concerned).&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 12:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Panel-HAC-yields-no-standard-errors/m-p/671785#M32114</guid>
      <dc:creator>shenflow</dc:creator>
      <dc:date>2020-07-23T12:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel HAC yields no standard errors</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Panel-HAC-yields-no-standard-errors/m-p/672147#M32135</link>
      <description>&lt;P&gt;Here is something buried in the documentation about HAC:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xis-refProc"&gt;
&lt;DIV id="etsug.panel.pnlmodelstmt" class="AAsection"&gt;
&lt;DIV id="etsug.panel.options_altvar" class="AAsection"&gt;
&lt;DIV class="AAoptions"&gt;
&lt;DL class="AAoptions"&gt;
&lt;DD&gt;
&lt;P&gt;This option is not available for between models and cannot be combined with the HCCME option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect that your model falls into the first category.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jul 2020 18:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Panel-HAC-yields-no-standard-errors/m-p/672147#M32135</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-07-24T18:17:04Z</dc:date>
    </item>
  </channel>
</rss>

