I'm trying to make a pooled OLS regression for the years t=2 (1992 and 1999) and for the regions t = 2 (East and West)
These are survey data and I have for the year 1992, 749 observations and for the year 1999, 880 observations.
My codes look like this:
Code:
sort region year egen panel_id = group(region) sort panel_id year xtset panel_id year
0 Response to Error: Repeated time values within panel
Post a Comment