<?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 How to do fixed effects analysis for two variables in Panel Data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-fixed-effects-analysis-for-two-variables-in-Panel-Data/m-p/388364#M20242</link>
    <description>&lt;P&gt;I have a data set including stock_name,&amp;nbsp;stock_price, volume, date,&amp;nbsp;liquidity, and volatility.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to regress the other variables on stock_price using&amp;nbsp;the&amp;nbsp;panel data analysis methods in three ways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. fixed effects on stock_name only&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;fixed effects on time only&lt;/P&gt;&lt;P&gt;3. fixed effects on stock_name and time at the same time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I estimate the three regression models each?&lt;/P&gt;&lt;P&gt;I'm using sas9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
    <pubDate>Wed, 16 Aug 2017 03:46:28 GMT</pubDate>
    <dc:creator>SHK</dc:creator>
    <dc:date>2017-08-16T03:46:28Z</dc:date>
    <item>
      <title>How to do fixed effects analysis for two variables in Panel Data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-fixed-effects-analysis-for-two-variables-in-Panel-Data/m-p/388364#M20242</link>
      <description>&lt;P&gt;I have a data set including stock_name,&amp;nbsp;stock_price, volume, date,&amp;nbsp;liquidity, and volatility.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to regress the other variables on stock_price using&amp;nbsp;the&amp;nbsp;panel data analysis methods in three ways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. fixed effects on stock_name only&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;fixed effects on time only&lt;/P&gt;&lt;P&gt;3. fixed effects on stock_name and time at the same time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I estimate the three regression models each?&lt;/P&gt;&lt;P&gt;I'm using sas9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Wed, 16 Aug 2017 03:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-fixed-effects-analysis-for-two-variables-in-Panel-Data/m-p/388364#M20242</guid>
      <dc:creator>SHK</dc:creator>
      <dc:date>2017-08-16T03:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to do fixed effects analysis for two variables in Panel Data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-fixed-effects-analysis-for-two-variables-in-Panel-Data/m-p/392358#M20468</link>
      <description>&lt;P&gt;Have you tried using PROC PANEL? You should be able to specify one-way and two-way fixed and random effects using the options in the model statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc panel data=data;
   id stock_name date;
   model stock_price = volume liquidity volatility / fixone (or fixtwo);&lt;BR /&gt;run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 20:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-fixed-effects-analysis-for-two-variables-in-Panel-Data/m-p/392358#M20468</guid>
      <dc:creator>ebowen</dc:creator>
      <dc:date>2017-08-31T20:20:52Z</dc:date>
    </item>
  </channel>
</rss>

