Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: repeated time unbalanced panel data


From   "Paulo Loureiro" <[email protected]>
To   [email protected]
Subject   st: repeated time unbalanced panel data
Date   Sat, 09 Oct 2004 14:59:52 +0000

Daniel Lawson
Thanks for the great help.
Your assumptions about the data are correct.

This worked perfectly:
gen individual_ID = 1
replace individual_ID = individual_ID[_n-1] + 1 if (_n>1) & (year[_n] == year[_n-1])
quietly sum individual_ID
replace individual_ID=individual_ID + (id - 1)*r(max)
tsset individual_ID year

The programming below worked great and got me the output that I needed.

I transformed my repeated time unbalanced panel data for in time series: for different years, the same individual.

I would really happy with your help on this.
Thank you very much.

Paulo Loureiro
Universidade Cat�lica de Bras�lia

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! hthttp://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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