Dear all,
I have a firm-level panel data which I estimate how much regional institution quality contributing to firm-level TFP. In other words, my dependent variable is firm-level TFP, my regressor including firm-level controls such as size and age of the firm, regional institutional quality and year fixed effect. I use firm fixed effect and cluster at regional level.
I do not including region and industry dummy as they will wiped out by firm fixed effect. The result is 1 unit increase in non-state
share in gross output increases firm TFP about 2.6%, even is marginal, which is not that bad.
But I was wondering that the firm fixed effect is too narrow that I basically kills lots of variations. So I decided use region-industry fixed effect. My code is:egen region_indus=group(region industry), then I xtset region_indus. The problem is if I writing xtset region_indus year. it reports repeated time values within panel error. But if I only write xtset region_indus. I am actually able to proceed my regression. So I did not declare my tsset year in STATA. At this setting, my dependent variable is still firm TFP, my regressor is size, age, export dummy, ownership dummy, regional institutional quality, time fixed effect, and industry-regional fixed effect, clustering at regional level. Because the ownership and export dummy can't be wiped out when I use industry-regional fixed effect, so i added them in the regression. My question is how much I can trust this regression result when I have the repeated time values within panel error. I don't really understand why I can do the regression with this error. My regression result is:

lnb is the size of firm, Dev_lab_m~4c measures regional institution quality, exp_dum is export dummy, type01 is the ownership dummy. The number of group is correct. But I really don't know whether this is correctly regressed. Because I have firms nested in regional level and my region_indus is not uniquely identified. But why write xtset region_indus the regression can continue. But when I write xtset region_indus year, the regression can't proceed.
Another issue which way is making mores sense? In my opinion, firm fixed effect is too narrow, because firms located at the same place and within the same industry can be very similar. So I prefer region-industry level fixed effect, as I subtract the average of all firms within the same industry at the same province. But i feel really puzzling. Therefore, I sincerely need the suggestions to clear my cloud.
The attachment is a small sample from my data.
I have a firm-level panel data which I estimate how much regional institution quality contributing to firm-level TFP. In other words, my dependent variable is firm-level TFP, my regressor including firm-level controls such as size and age of the firm, regional institutional quality and year fixed effect. I use firm fixed effect and cluster at regional level.
I do not including region and industry dummy as they will wiped out by firm fixed effect. The result is 1 unit increase in non-state
share in gross output increases firm TFP about 2.6%, even is marginal, which is not that bad.
But I was wondering that the firm fixed effect is too narrow that I basically kills lots of variations. So I decided use region-industry fixed effect. My code is:egen region_indus=group(region industry), then I xtset region_indus. The problem is if I writing xtset region_indus year. it reports repeated time values within panel error. But if I only write xtset region_indus. I am actually able to proceed my regression. So I did not declare my tsset year in STATA. At this setting, my dependent variable is still firm TFP, my regressor is size, age, export dummy, ownership dummy, regional institutional quality, time fixed effect, and industry-regional fixed effect, clustering at regional level. Because the ownership and export dummy can't be wiped out when I use industry-regional fixed effect, so i added them in the regression. My question is how much I can trust this regression result when I have the repeated time values within panel error. I don't really understand why I can do the regression with this error. My regression result is:
lnb is the size of firm, Dev_lab_m~4c measures regional institution quality, exp_dum is export dummy, type01 is the ownership dummy. The number of group is correct. But I really don't know whether this is correctly regressed. Because I have firms nested in regional level and my region_indus is not uniquely identified. But why write xtset region_indus the regression can continue. But when I write xtset region_indus year, the regression can't proceed.
Another issue which way is making mores sense? In my opinion, firm fixed effect is too narrow, because firms located at the same place and within the same industry can be very similar. So I prefer region-industry level fixed effect, as I subtract the average of all firms within the same industry at the same province. But i feel really puzzling. Therefore, I sincerely need the suggestions to clear my cloud.
The attachment is a small sample from my data.
Comment