<?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 SAS Regression with Newey-West t-stat in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Regression-with-Newey-West-t-stat/m-p/671292#M79250</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to apply a regression in SAS using the Newey-West t-stat.&lt;/P&gt;&lt;P&gt;Below I have used a basic regression applying the Proc Reg statement. Is it possible to apply the Newey-West correction of standard errors (for heteroscedasticity and autocorrelation) in this context or do I have to use the Proc Model statement?&lt;/P&gt;&lt;P&gt;My problem is that I currently only have access to the University edition which does not support Proc Model, hence I would like to use Proc Reg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for any help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=earnings;
	model earn_w = L1_earn_w L1_negE_w L1_NExE_w;
	where 2000 &amp;lt;= year &amp;lt;= 2010;
	ODS OUTPUT parameterestimates = par_est;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 06:57:58 GMT</pubDate>
    <dc:creator>Tim_sas_</dc:creator>
    <dc:date>2020-07-22T06:57:58Z</dc:date>
    <item>
      <title>SAS Regression with Newey-West t-stat</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Regression-with-Newey-West-t-stat/m-p/671292#M79250</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to apply a regression in SAS using the Newey-West t-stat.&lt;/P&gt;&lt;P&gt;Below I have used a basic regression applying the Proc Reg statement. Is it possible to apply the Newey-West correction of standard errors (for heteroscedasticity and autocorrelation) in this context or do I have to use the Proc Model statement?&lt;/P&gt;&lt;P&gt;My problem is that I currently only have access to the University edition which does not support Proc Model, hence I would like to use Proc Reg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for any help,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=earnings;
	model earn_w = L1_earn_w L1_negE_w L1_NExE_w;
	where 2000 &amp;lt;= year &amp;lt;= 2010;
	ODS OUTPUT parameterestimates = par_est;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 06:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Regression-with-Newey-West-t-stat/m-p/671292#M79250</guid>
      <dc:creator>Tim_sas_</dc:creator>
      <dc:date>2020-07-22T06:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Regression with Newey-West t-stat</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Regression-with-Newey-West-t-stat/m-p/671337#M79251</link>
      <description>&lt;P&gt;If you go to&amp;nbsp;&lt;A href="https://support.sas.com/en/support-home.html" target="_blank"&gt;https://support.sas.com/en/support-home.html&lt;/A&gt;&amp;nbsp;and type Newey West into the search bar, you find that the references are not to PROC REG, but all to PROC MODEL or PROC AUTOREG.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 11:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Regression-with-Newey-West-t-stat/m-p/671337#M79251</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-22T11:29:11Z</dc:date>
    </item>
  </channel>
</rss>

