<?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 Proc Panel Poolability Tests in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/508925#M1708</link>
    <description>&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm estimating a model in proc panel and I decided to select the option PoolTest to obtain poolability test metrics.&amp;nbsp; The online documentation says that "the the null hypothesis of poolability assumes homogeneous slope coefficients. An F test can be applied to test for the poolability across cross sections in panel data models"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I receive the output from the poolability test I get two F statistics, a FIXONE and POOLED.&amp;nbsp; I'm unsure how to interpret the two metrics and I can't find much documentation online.&amp;nbsp; Is one of these results synonymous to the Chow Test? &amp;nbsp;Would significance imply that&amp;nbsp;random or fixed effects exist therefore we cannot use the pooled model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just looking for some clarification&amp;nbsp;on what the poolability tests are actually providing in the proc panel procedure.&amp;nbsp; Thanks for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Oct 2018 20:14:14 GMT</pubDate>
    <dc:creator>TWebb22</dc:creator>
    <dc:date>2018-10-30T20:14:14Z</dc:date>
    <item>
      <title>Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/508925#M1708</link>
      <description>&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm estimating a model in proc panel and I decided to select the option PoolTest to obtain poolability test metrics.&amp;nbsp; The online documentation says that "the the null hypothesis of poolability assumes homogeneous slope coefficients. An F test can be applied to test for the poolability across cross sections in panel data models"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I receive the output from the poolability test I get two F statistics, a FIXONE and POOLED.&amp;nbsp; I'm unsure how to interpret the two metrics and I can't find much documentation online.&amp;nbsp; Is one of these results synonymous to the Chow Test? &amp;nbsp;Would significance imply that&amp;nbsp;random or fixed effects exist therefore we cannot use the pooled model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just looking for some clarification&amp;nbsp;on what the poolability tests are actually providing in the proc panel procedure.&amp;nbsp; Thanks for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 20:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/508925#M1708</guid>
      <dc:creator>TWebb22</dc:creator>
      <dc:date>2018-10-30T20:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509192#M1745</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;F test is the same as the Chow test...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LR test gives the likelihood that&amp;nbsp;&lt;SPAN&gt; null hypothesis of poolability can be based on the F&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;statistic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Reference&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_panel_details42.htm" target="_self"&gt;Panel Data Poolability Test&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 16:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509192#M1745</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-10-31T16:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509198#M1746</link>
      <description>&lt;P&gt;This guide explains how to interpret the results quiet nicely:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.iuj.ac.jp/faculty/kucc625/writing/panel_guidelines.pdf" target="_self"&gt;Practical Guide to Panel Data Analysis&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 16:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509198#M1746</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-10-31T16:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509242#M1750</link>
      <description>&lt;P&gt;Thanks for answering my previous question and forwarding the information in the guide, it outlines a standard approach to panel modeling as I understand it.&amp;nbsp; My knowledge is limited in the area of panel modeling, but I've been attempting to put a simple model together with an unbalanced data set and when I request the BP option for the Breusch-Pagan one-way test for random effects I receive the following warning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: The Breusch-Pagan test is not supported for unbalanced panel data and will not be performed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyway around this warning?&amp;nbsp; It seems that an unbalanced panel would be pretty common and the BP test is more a less a requirement for Panel Data models as mentioned in the previous outline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 18:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509242#M1750</guid>
      <dc:creator>TWebb22</dc:creator>
      <dc:date>2018-10-31T18:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509398#M1775</link>
      <description>The Breusch-Pagan test can be another topic.</description>
      <pubDate>Thu, 01 Nov 2018 02:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509398#M1775</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-11-01T02:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509589#M1800</link>
      <description>&lt;P&gt;In this post, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/21277"&gt;@niam&lt;/a&gt;&amp;nbsp;got the same warning because of multicollinearity of &amp;nbsp;independent variables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Unbalanced-panel-data-How-to-chose-between-fixed-effects-or/m-p/102106#M28656" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Unbalanced-panel-data-How-to-chose-between-fixed-effects-or/m-p/102106#M28656&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 16:16:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509589#M1800</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-11-01T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509638#M1813</link>
      <description>Thanks for forwarding the post, I think the unbalanced data set and&lt;BR /&gt;multicollinearity issues are separate. From my understanding the&lt;BR /&gt;unbalanced error is due to the number of time periods for each unit of&lt;BR /&gt;observation while multicollinearity is if variables are moving together&lt;BR /&gt;(representing the same thing). I tried to run the test with a different&lt;BR /&gt;set of variables and receive the same error (to remove any possibility of&lt;BR /&gt;multicollinearity), however if I run the test on a balanced subset of the&lt;BR /&gt;data the BP test runs and produces a result. I was hoping to estimate the&lt;BR /&gt;model with all the data and not just a subset. Any advice?&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2018 18:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509638#M1813</guid>
      <dc:creator>TWebb22</dc:creator>
      <dc:date>2018-11-01T18:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Panel Poolability Tests</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509666#M1814</link>
      <description>&lt;DIV class="page"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN&gt;BP statistic cannot be used with unbalanced data:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;In the case of unbalanced panels, neither the BP nor BP2 statistics are valid [1]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Perhaps there is an alternative test to use:&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV class="page"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN&gt;For incomplete (or unbalanced) panels, the Breusch-Pagan test can be easily extended, see Moulton and Randolph (1989) for the one-way error components model [2, 3]&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV class="page"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="page"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;U&gt;References&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;[&lt;/U&gt;1] &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_panel_sect039.htm" target="_self"&gt;Proc Panel: Specification Tests&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="page"&gt;&lt;DIV class="layoutArea"&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;SPAN&gt;[2]&amp;nbsp;Baltagi, "&lt;A href="http://zinc.zew.de/pub/zew-docs/sws/baltagi.pdf" target="_self"&gt;Panel Data Methods&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[3]&amp;nbsp;Moulton, Brent R., and William C. Randolph. “Alternative Tests of the Error Components Model.” &lt;I&gt;Econometrica&lt;/I&gt;, vol. 57, no. 3, 1989, pp. 685–693. &lt;I&gt;JSTOR&lt;/I&gt;, JSTOR, &lt;A href="http://www.jstor.org/stable/1911059" target="_blank"&gt;www.jstor.org/stable/1911059&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Nov 2018 19:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Panel-Poolability-Tests/m-p/509666#M1814</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2018-11-01T19:59:48Z</dc:date>
    </item>
  </channel>
</rss>

