<?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 two way fixed effect in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/two-way-fixed-effect/m-p/550753#M152937</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to perform two-way fixed effects (fund and time fixed effects).I am using the following code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods exclude all;
proc glm data= final;
absorb PERMNO;
class year;
      model car=te te2 turn lnsize exp d year / solution noint;
ods output ParameterEstimates=results;   
run;
ods exclude none;&lt;/PRE&gt;&lt;P&gt;Although, I am getting the answers, but just want a reassurance if I am using the correct code.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 19:05:22 GMT</pubDate>
    <dc:creator>Amalik</dc:creator>
    <dc:date>2019-04-12T19:05:22Z</dc:date>
    <item>
      <title>two way fixed effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/two-way-fixed-effect/m-p/550753#M152937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to perform two-way fixed effects (fund and time fixed effects).I am using the following code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods exclude all;
proc glm data= final;
absorb PERMNO;
class year;
      model car=te te2 turn lnsize exp d year / solution noint;
ods output ParameterEstimates=results;   
run;
ods exclude none;&lt;/PRE&gt;&lt;P&gt;Although, I am getting the answers, but just want a reassurance if I am using the correct code.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 19:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/two-way-fixed-effect/m-p/550753#M152937</guid>
      <dc:creator>Amalik</dc:creator>
      <dc:date>2019-04-12T19:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: two way fixed effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/two-way-fixed-effect/m-p/550765#M152940</link>
      <description>&lt;P&gt;Neither fund or time are present in your model. So, &lt;STRONG&gt;no&lt;/STRONG&gt;, this is not a two-way fixed effects model with fund and time as the fixed effects.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 19:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/two-way-fixed-effect/m-p/550765#M152940</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-04-12T19:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: two way fixed effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/two-way-fixed-effect/m-p/550767#M152942</link>
      <description>&lt;P&gt;Sorry, with fund and time I mean year and permno&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 19:46:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/two-way-fixed-effect/m-p/550767#M152942</guid>
      <dc:creator>Amalik</dc:creator>
      <dc:date>2019-04-12T19:46:57Z</dc:date>
    </item>
  </channel>
</rss>

