<?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/711603#M219242</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following code to run a two-way fixed effect. However, my regression estimates for some variables (semi, sm, osc and style) are coming out to be 0 which is quite unusual. Can anyone suggest why this would be happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods exclude all;
proc glm data= have;
absorb fundid;
class obsdate;
      model y= Semi postyear semi*postyear sm osc turn exp flow lnsize lnage returnrank style obsdate / solution noint ;
ods output ParameterEstimates=results;   
run;
ods exclude none;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Jan 2021 06:31:00 GMT</pubDate>
    <dc:creator>Amalik</dc:creator>
    <dc:date>2021-01-15T06:31:00Z</dc:date>
    <item>
      <title>Two-way fixed effect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Two-way-fixed-effect/m-p/711603#M219242</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following code to run a two-way fixed effect. However, my regression estimates for some variables (semi, sm, osc and style) are coming out to be 0 which is quite unusual. Can anyone suggest why this would be happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods exclude all;
proc glm data= have;
absorb fundid;
class obsdate;
      model y= Semi postyear semi*postyear sm osc turn exp flow lnsize lnage returnrank style obsdate / solution noint ;
ods output ParameterEstimates=results;   
run;
ods exclude none;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2021 06:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Two-way-fixed-effect/m-p/711603#M219242</guid>
      <dc:creator>Amalik</dc:creator>
      <dc:date>2021-01-15T06:31:00Z</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/711658#M219263</link>
      <description>&lt;P&gt;I wrote a description of why this happens:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/Interpreting-Multivariate-Linear-Regression-with-Categorical/m-p/591230#M28913" target="_blank"&gt;Re: Interpreting Multivariate Linear Regression wi... - SAS Support Communities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 12:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Two-way-fixed-effect/m-p/711658#M219263</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-01-15T12:22:51Z</dc:date>
    </item>
  </channel>
</rss>

