<?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 Re: Panel regression vs. pooled OLS in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Re-Panel-regression-vs-pooled-OLS/m-p/402608#M2708</link>
    <description>&lt;P&gt;Thanks for the reply. i tried the following code to make sure this thing.&lt;/P&gt;
&lt;P&gt;proc sort data=j out=c NODUPKEY; by gvkey year; run;&lt;/P&gt;
&lt;P&gt;my first problem has been solved.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding second thing there are about 5000 distinct GVKEY.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am usning following codes;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc sort data=j; by gvkey datadate; run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc panel data=j ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id GVKEY DATADATE;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model invest = TQ cfcon /fixtwo pooled;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;now i am getting this issue;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR: There is only one cross section or time series observation. Computations will be&lt;BR /&gt;terminated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any way to solve this thing. your efforts are always appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ABdul&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 06:01:08 GMT</pubDate>
    <dc:creator>raqthesolid</dc:creator>
    <dc:date>2017-10-10T06:01:08Z</dc:date>
    <item>
      <title>Re: Panel regression vs. pooled OLS</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Re-Panel-regression-vs-pooled-OLS/m-p/402042#M2702</link>
      <description>&lt;P&gt;I am trying to run proc panel model but having following&amp;nbsp;issues;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc sort data=j; by gvkey datadate; run;&lt;BR /&gt;proc panel data=j ;&lt;BR /&gt;id GVKEY DATADATE;&lt;BR /&gt;model invest = TQ cfcon /fixtwo pooled;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Data set WORK.J is not sorted in ascending sequence with respect to time series ID. The&lt;BR /&gt;current time period has year=2015 and the previous time period has year=2015 in cross&lt;BR /&gt;section GVKEY=006506.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&lt;BR /&gt;&lt;BR /&gt;proc sort data=j; by datadate; run;&lt;BR /&gt;proc panel data=j ;&lt;BR /&gt;id GVKEY DATADATE;&lt;BR /&gt;model invest = TQ cfcon /fixtwo pooled;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: There is only one cross section or time series observation. Computations will be&lt;BR /&gt;terminated.&lt;BR /&gt;&lt;BR /&gt;any way to correct these issues.&lt;/P&gt;
&lt;P&gt;THanks&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 06:03:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Re-Panel-regression-vs-pooled-OLS/m-p/402042#M2702</guid>
      <dc:creator>raqthesolid</dc:creator>
      <dc:date>2017-10-07T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Panel regression vs. pooled OLS</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Re-Panel-regression-vs-pooled-OLS/m-p/402404#M2705</link>
      <description>&lt;P&gt;Hi R&lt;SPAN&gt;aqthesolid,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Depending on how&amp;nbsp;the data set looks like, there might me a few reasons why you are not getting the answers&amp;nbsp;you are looking for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regarding the first issue, could you verify that within the cross section&amp;nbsp;GVKEY=006506 you only have one observation characterized by&amp;nbsp;year=2015?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Concerning the second issue, could determine cross section you have?&lt;SPAN&gt;&amp;nbsp;Essentially how mane distinct values do you have in&amp;nbsp;GVKEY?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 15:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Re-Panel-regression-vs-pooled-OLS/m-p/402404#M2705</guid>
      <dc:creator>ChristianMac</dc:creator>
      <dc:date>2017-10-09T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Panel regression vs. pooled OLS</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Re-Panel-regression-vs-pooled-OLS/m-p/402608#M2708</link>
      <description>&lt;P&gt;Thanks for the reply. i tried the following code to make sure this thing.&lt;/P&gt;
&lt;P&gt;proc sort data=j out=c NODUPKEY; by gvkey year; run;&lt;/P&gt;
&lt;P&gt;my first problem has been solved.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding second thing there are about 5000 distinct GVKEY.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am usning following codes;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc sort data=j; by gvkey datadate; run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;proc panel data=j ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id GVKEY DATADATE;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model invest = TQ cfcon /fixtwo pooled;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;now i am getting this issue;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR: There is only one cross section or time series observation. Computations will be&lt;BR /&gt;terminated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any way to solve this thing. your efforts are always appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ABdul&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 06:01:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Re-Panel-regression-vs-pooled-OLS/m-p/402608#M2708</guid>
      <dc:creator>raqthesolid</dc:creator>
      <dc:date>2017-10-10T06:01:08Z</dc:date>
    </item>
  </channel>
</rss>

