<?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 Fixed Effect and biased estimates in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/399944#M20852</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a panel dataset with a large number of stocks and monthly data. I have tried to run regression with "year" and "stock" fixed effect by using proc glm. But the results show biased estimates for year and stock. Following is the message I receive with regression output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Note: The X'X matrix has been found to be singular, and a generalized inverse was used to solve the normal equations. Terms whose estimates are followed by the letter 'B' are not uniquely estimable."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the code:&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;glm&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token procnames"&gt;reg&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
absorb &lt;SPAN class="token function"&gt;year&lt;/SPAN&gt; PERMNO&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;model&lt;/SPAN&gt; a &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; b c &lt;SPAN class="token function"&gt;year&lt;/SPAN&gt; PERMNO &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; solution noint&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;quit&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please assist me identifying the reason behind biased results. Is it fine if I use "proc surveyreg" instead of proc glm for fixed effect?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2017 22:31:48 GMT</pubDate>
    <dc:creator>Saba1</dc:creator>
    <dc:date>2017-09-29T22:31:48Z</dc:date>
    <item>
      <title>Problem in fixed effect estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/399942#M20849</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a panel dataset with a large number of stocks and monthly data. I have tried to run regression with "year" and "stock" fixed effect by using proc glm. But the results show biased estimates for year and stock. Following is the message I receive with regression output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Note: The X'X matrix has been found to be singular, and a generalized inverse was used to solve the normal equations. Terms whose estimates are followed by the letter 'B' are not uniquely estimable."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=reg ;
absorb year PERMNO;
model a = b c year PERMNO / solution noint;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please assist me identifying the reason behind biased results. Is it fine if I use "proc surveyreg" instead of proc glm for fixed effect?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 22:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/399942#M20849</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2017-09-29T22:26:43Z</dc:date>
    </item>
    <item>
      <title>Fixed Effect and biased estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/399944#M20852</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a panel dataset with a large number of stocks and monthly data. I have tried to run regression with "year" and "stock" fixed effect by using proc glm. But the results show biased estimates for year and stock. Following is the message I receive with regression output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Note: The X'X matrix has been found to be singular, and a generalized inverse was used to solve the normal equations. Terms whose estimates are followed by the letter 'B' are not uniquely estimable."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the code:&lt;/P&gt;&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token procnames"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;glm&lt;/SPAN&gt; &lt;SPAN class="token procnames"&gt;data&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token procnames"&gt;reg&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
absorb &lt;SPAN class="token function"&gt;year&lt;/SPAN&gt; PERMNO&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;model&lt;/SPAN&gt; a &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; b c &lt;SPAN class="token function"&gt;year&lt;/SPAN&gt; PERMNO &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; solution noint&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;run&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token procnames"&gt;quit&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please assist me identifying the reason behind biased results. Is it fine if I use "proc surveyreg" instead of proc glm for fixed effect?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 22:31:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/399944#M20852</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2017-09-29T22:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Effect and biased estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/399976#M20853</link>
      <description>&lt;P&gt;I merged the questions. Please post questions omly once, as it keeps all the answers and discussion in one place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The stat procs forum is the right one for this issue.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 06:23:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/399976#M20853</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-09-30T06:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Effect and biased estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/401532#M20937</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;Thanks. But I have not yet received any help.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 22:07:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Problem-in-fixed-effect-estimates/m-p/401532#M20937</guid>
      <dc:creator>Saba1</dc:creator>
      <dc:date>2017-10-05T22:07:18Z</dc:date>
    </item>
  </channel>
</rss>

