Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: Estimating pairwise regression in a panel setting


From   Syed Basher <[email protected]>
To   [email protected]
Subject   Re: st: Estimating pairwise regression in a panel setting
Date   Sun, 20 Mar 2011 22:48:48 -0700 (PDT)

Hello Statalisters,

With reference to my inquiry below, here are the commands I have used to obtain 
45 pairs of time series regression:
*-------- begin ----------------
local rhs "canrgdppc usrgdppc"
local i=1
local j=1
while `i' <=45 {
   newey y`i' x`j' `rhs', lag(3)
   local ++i
   local ++j
}
*-------- end ----------------


Now I want to re-estimate the above in a panel setting using Stata's -xtreg-. 
One challenge is to define -tsset- for panel since my data are not stacked, nor 
I have any cross-sectional identifier. The above time series regressions use 
year as -tsset-. Any help/hint on how to run the above pairwise regression in a 
panel setting would be very helpful. Thanks.

Syed Basher
Doha, Qatar.



 Syed Basher <[email protected]> wrote:

I have recently estimated 45 pairs of time series regressions in Stata (thus I 
have 10 countries). Now I would like to reestimate these 45 regressions in a 
panel dimension (say using Stata's "xtreg") so that I am able to capture the 
time variation for each regression pair. Could you advice (or provide hints) how 

to perform this in Stata? Thank you.

Syed Basher
Doha, Qatar.



      
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index