<?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: Fixed effects and Newey West S.E combined in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490341#M25475</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1708"&gt;@sld&lt;/a&gt;&amp;nbsp;Exactly, I tried to create dummy variables for year and firms but the system jammed due to a large number of firms. Can you please guide me how to ask help from SAS Technical Support, I mean is there a special forum where I should post this question? Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 06:40:57 GMT</pubDate>
    <dc:creator>Saba1</dc:creator>
    <dc:date>2018-08-28T06:40:57Z</dc:date>
    <item>
      <title>Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/489794#M25445</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have to run a simple regression with a dependent and three independent variables. I need to run this regression with fixed effects i.e. "fixed effect for firms" and "fixed effect for years". The number of firms in my data is around 5000, whereas years are 12. I can get the results by using "proc glm" with "absorb" and "class" statements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data= have;
absorb PERMNO;
 class year;
	model Y = X1 X2 X3 year / solution noint;
run;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;However, I also&amp;nbsp;require to obtain t-stat for the above&amp;nbsp;regression with robust/corrected standard errors by using Newey West. Please guide me how can I&amp;nbsp;combine Newey West standard errors and fixed effects in the same regression?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Aug 2018 10:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/489794#M25445</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2018-08-25T10:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490186#M25457</link>
      <description>&lt;P&gt;To apply Newey-West, the&amp;nbsp;clearest path is to switch to PROC MODEL in SAS/ETS. See&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/40/098.html" target="_self"&gt;Usage Note 40098: Newey-West correction of standard errors for heteroscedasticity and autocorrelation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I doubt that Newey-West is possible using PROC GLM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 17:26:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490186#M25457</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-08-27T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490292#M25470</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1708"&gt;@sld&lt;/a&gt;&amp;nbsp;Thanks, PROC MODEL can work for me for Newey West Standard Errors but how can I apply fixed effects for firm and year in the same model?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 00:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490292#M25470</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2018-08-28T00:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490298#M25472</link>
      <description>&lt;P&gt;Proc MODEL is capable of multiple regression, but it has no CLASS statement. Theoretically, you could code indicator variables for FIRM and YEAR and then use those indicator variables in the MODEL statement. But 5000 FIRMs? I have no idea whether that is possible. I would ask SAS Technical Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 01:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490298#M25472</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-08-28T01:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490341#M25475</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1708"&gt;@sld&lt;/a&gt;&amp;nbsp;Exactly, I tried to create dummy variables for year and firms but the system jammed due to a large number of firms. Can you please guide me how to ask help from SAS Technical Support, I mean is there a special forum where I should post this question? Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 06:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490341#M25475</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2018-08-28T06:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490494#M25484</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/en/technical-support/contact-sas.html" target="_self"&gt;https://support.sas.com/en/technical-support/contact-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;shows the different options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:54:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490494#M25484</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-08-28T14:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490701#M25488</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1708"&gt;@sld&lt;/a&gt;&amp;nbsp;Thanks, I have emailed the technical support team.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 03:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490701#M25488</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2018-08-29T03:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490712#M25489</link>
      <description>&lt;P&gt;Tech Support has been helpful with all of my questions in the past--hopefully you'll have the same experience. Let us know!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 03:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/490712#M25489</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2018-08-29T03:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed effects and Newey West S.E combined</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/747792#M36386</link>
      <description>&lt;P&gt;saw this post now, not sure if you have found the solution but the best way is to de-mean your sample. because principally, fixed effects is the same but just removing the average by the fixed effect variable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 13:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fixed-effects-and-Newey-West-S-E-combined/m-p/747792#M36386</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2021-06-14T13:17:12Z</dc:date>
    </item>
  </channel>
</rss>

