<?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 Syslin with Fixed Effects and Robust Standard Errors in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/607208#M3681</link>
    <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265249"&gt;@xyz0505&lt;/a&gt; : Right, thanks though. By the way if I want time and firm-level fixed effect along-with robust standard errors in a normal OLS regression (not 2SLS), which proc is best suited?&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Nov 2019 05:52:10 GMT</pubDate>
    <dc:creator>Saba1</dc:creator>
    <dc:date>2019-11-26T05:52:10Z</dc:date>
    <item>
      <title>Proc Syslin with Fixed Effects and Robust Standard Errors</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/604848#M3665</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have panel data and using the Instrumental Variable approach with 2SLS by using the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc syslin data=have 2sls first;
   endogenous  Female_Mgr;
   instruments Change_Female_Population Grad MBA Fund_Ret Fund_Size Fund_Flow Fund_Age;
   model Y = Female_Mgr Grad MBA Fund_Ret Fund_Size Fund_Flow Fund_Age ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here endogenous variable is "Female_Mgr", a dummy variable and instrumental variable is "Change_female_population". This code works well. But I need to include "Year and Industry Fixed Effect" and "Huber-White Robust Standard Error" in 2SLS. I am struggling to find a code that can fulfill these requirements. Please help. Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2019 22:14:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/604848#M3665</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2019-11-17T22:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Syslin with Fixed Effects and Robust Standard Errors</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/605188#M3666</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have sas viya 3.4 you can try PROC CPANEL. For example, if you have a panel data with id and time to be firm and year, dependent variable to be cost, independent variable to be production (endogenous) and iv, instrumental variable to be iv2, the code is following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc cpanel data = Electricity;&lt;BR /&gt;id firm year;&lt;BR /&gt;endogenous production ;&lt;BR /&gt;instruments iv2;&lt;BR /&gt;model cost = production iv/ ivfixtwo printfixed robust;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;should be able to give you the heteroskedasticity robust standard error with twoway fixed effects.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 20:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/605188#M3666</guid>
      <dc:creator>xyz0505</dc:creator>
      <dc:date>2019-11-18T20:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Syslin with Fixed Effects and Robust Standard Errors</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/605308#M3667</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265249"&gt;@xyz0505&lt;/a&gt;: Unfortunately I have only sas 9.4. Is there any other solution to this problem?</description>
      <pubDate>Tue, 19 Nov 2019 06:41:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/605308#M3667</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2019-11-19T06:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Syslin with Fixed Effects and Robust Standard Errors</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/606990#M3680</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;From the PANEL related procs side, there's no other solution as far as I know.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 14:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/606990#M3680</guid>
      <dc:creator>xyz0505</dc:creator>
      <dc:date>2019-11-25T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Syslin with Fixed Effects and Robust Standard Errors</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/607208#M3681</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265249"&gt;@xyz0505&lt;/a&gt; : Right, thanks though. By the way if I want time and firm-level fixed effect along-with robust standard errors in a normal OLS regression (not 2SLS), which proc is best suited?&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Nov 2019 05:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/607208#M3681</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2019-11-26T05:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Syslin with Fixed Effects and Robust Standard Errors</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/630120#M3768</link>
      <description>&lt;P&gt;PANEL and CPANEL can do that,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21.33px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;proc panel data = Electricity;&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="background-color: transparent; box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; helevticaneue-light&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21.33px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&amp;nbsp;&amp;nbsp; id firm year;&lt;/SPAN&gt;&lt;BR style="background-color: transparent; box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; helevticaneue-light&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21.33px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&amp;nbsp;&amp;nbsp; model cost = production iv/ hccme=0 cluster;&lt;/SPAN&gt;&lt;BR style="background-color: transparent; box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; helevticaneue-light&amp;amp;quot;,&amp;amp;quot;helvetica neue&amp;amp;quot;,helvetica,arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21.33px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21.33px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;will give clustered s.e clustering on firm.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 15:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/630120#M3768</guid>
      <dc:creator>xyz0505</dc:creator>
      <dc:date>2020-03-06T15:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Syslin with Fixed Effects and Robust Standard Errors</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/753750#M4176</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/166516"&gt;@Saba1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I've been struggling to figure out the same problem as you did.&lt;/P&gt;&lt;P&gt;I would like to run a 2SLS regression on my panel data, and I also need to include firm and year fixed effects and cluster standard errors at firm level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's frustrated to find that similar problems posted on SAS community seems to end up being unsolved.&lt;/P&gt;&lt;P&gt;I was wondering if you eventually fixed this. If you did, could you tell me how?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 12:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Proc-Syslin-with-Fixed-Effects-and-Robust-Standard-Errors/m-p/753750#M4176</guid>
      <dc:creator>YIN_YI_JEN</dc:creator>
      <dc:date>2021-07-13T12:27:41Z</dc:date>
    </item>
  </channel>
</rss>

