I also am doing three dimensional panel analysis- country, industry,year.
i=country, 10
j=industry, 10
t=year, 12
How can a treat this data as panel data?
When i use tsset comand i have this mensage:
. tsset id period
repeated time values within panel
r(451);
end of do-file
r(451);
i=country, 10
j=industry, 10
t=year, 12
How can a treat this data as panel data?
When i use tsset comand i have this mensage:
. tsset id period
repeated time values within panel
r(451);
end of do-file
r(451);
Comment