Stata command (with country, state, and year fixed effects) is the following:
Code:
reghdfe log_trade log_gdp log_gsp log_state_population log_country_population log_distance contiguity log_migration_stock absorb(i.year i.country i.state) vce(cluster i.country_state)
Code:
reghdfe log_trade log_gdp log_gsp log_state_population log_country_population log_migration_stock absorb(i.year i.country_state) vce(cluster i.country_state)
However, when I include country-state pair fixed effects and year fixed effects the coefficient on migration stock becomes -.02* and .01 for exports and imports respectively (distance and contiguity dropped since time-invariant).
My main question is why the large difference in elasticities and significance?
From what I have gathered, fixed effects will subsume all unobserved time-invariant characteristics between the country and state in this case. I have also read from http://www.princeton.edu/~otorres/Panel101.pdf: “fixed-effects will not work well with data for which within-cluster variation is minimal or for slow changing variables over time”. The literature also suggests country pair fixed effects for panel data with gravity equations. This led me to examine the variation of the migration stock across the 5 years among country-state pairs. I calculated the coefficient of variation for each country-state pair and then took the average for the whole column. This was about 0.49 (49%) for imports and exports and was much higher than all other country and state variables (e.g. gdp, gsp, population) Trade was around 0.45 to 0.53.
Could it just be that there is no effect of migration? I am not trying to chase significance but I would like to know if country-state pairs is the way to go.
I am not really sure how to interpret all this. Would really appreciate the input of the community.
Thanks.
0 Response to Why do country-state pair fixed effects within gravity framework drastically change coefficients and significance?
Post a Comment