Hi all,
I am trying to run a panel data from 2011 to 2016 for 10 regions of Perú, with 100 observations each region, making up a total of 1000 for each year, 6000 total observations. All the time values are equal, and i missed no spaces there or regions. When i run the Xtset command i receive this response from Stata 14.
I don´t really know how to proceed next since I checked the variable year and there is nothing wrong with it, I would like some guidance in this part since this is the first panel data I run that I get this response. Thanks in advance.
I am trying to run a panel data from 2011 to 2016 for 10 regions of Perú, with 100 observations each region, making up a total of 1000 for each year, 6000 total observations. All the time values are equal, and i missed no spaces there or regions. When i run the Xtset command i receive this response from Stata 14.
Code:
. xtset Regiones AÑO repeated time values within panel r(451); end of do-file r(451);
Comment