Stata Command: xtusreg.ado
The Stata output displayed below shows an estimate of the autoregressive coefficient of earnings using NLS Original Cohorts: Old Men, a panel data with unequal time spacing, starting with 1965, 1966, 1968, and so on. Traditional methods, such as xtabond, of estimation of dynamic panel models usually require three consecutive time periods or two pairs of two consecutive time periods. On the other hand, the identification and estimation theories developed by Sasaki and Xin (2017) apply to panel data with irregularly unequal time spacing, as is the case with NLS Original Cohorts: Old Men. This output can be produced by the Stata command xtusreg as follows.
Installation:
. ssc install xtusreg
Usage:
. use "NLS_Originl_Cohort.dta"
. xtset id year
. xtusreg logincome
Help:
. help xtusreg
Reference: Sasaki, Y. and Y. Xin (2017) Unequal Spacing in Dynamic Panel Data: Identification and Estimation. Journal of Econometrics, 196 (2), pp. 320-330. Paper.
Download the manuscript and package forthcoming in The Stata Journal