[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: Re: gen lag variable
tsset company year
gen lagroa = L.roa
There are many good reasons to avoid the use of [_n-1] in favor of
Stata's time series operators: L., D., F., etc.
Kit Baum, Boston College Economics
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html
On Aug 3, 2006, at 2:33 AM, statalist-digest wrote:
I have a panel data for 1200 firms by year (10 years for each firm)
I need to create a lagged variable of one called roa but it must
be lagged
for each firm
I tried with
by empresa: egen lagroa= roa[_n-1]
but the command give me this error: r(198)
What can I do?
Thanks
*
* 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/