Hello,
I'm trying to perform a series of regressions pooled over adjacent years. For
example, I'd like to do:
regress y x1 x2 if (year == 1980 | year == 1981)
regress y x1 x2 if (year == 1981 | year == 1982)
regress y x1 x2 if (year == 1982 | year == 1983)
I realize I could just do a whole bunch of statements like I have done above,
but I've got a LOT of periods, and I figure there has to be a more economical
way to do this.
Any suggestions would be appreciated. Thanks in advance.
Sincerely,
John
PS: Sorry for the long subject line, but I didn't know how else to describe my
problem.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/