Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: one year lag not allowed?


From   "Jason Yackee" <[email protected]>
To   <[email protected]>
Subject   st: RE: one year lag not allowed?
Date   Mon, 27 Nov 2006 08:44:07 -0800

I would guess that you are using an earlier version of Stata that does
not support -l.- prefixes with -xt- routines, in which case you will
have to create a new lagged variable (e.g. -gen lag_tax = l1.tax-)
rather than lagging "on the fly".



-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Xiaoheng
Zhang
Sent: Monday, November 27, 2006 8:42 AM
To: [email protected]
Subject: st: one year lag not allowed?

Dear all,

I have a balanced panel for 16 countries,10 years(1993 to 2002).I use
the
following command to estimate a linear panel date model

. tsset id year
       panel variable:  id, 1 to 15
        time variable:  year, 1993 to 2002

. xtreg output l.taxrate,fe i(id)
time-series operators not allowed

What might be the problem?I checked the data set it is good,no missing
value for
"output" and "taxrate" and they are balanced.Very odd.Thanks in advance.

Greetings,

Xiaoheng Zhang(Kevin)




*
*   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/

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index