I want to get elasticity estimates, through the coefficient of the tariffs. I have an intra-national and international trade data, every 3 years from 2001-2019, with corresponding tariffs from the MAcMap-HS6 database of the CEPII (Guimbard et al., 2012).
Can anyone help explain why, my variable of interest tariffs, is only significant if and only if I include country pair fixed effects (FEs) only, and not in combination with exporter-time and importer-time FEs?
Can anyone help explain why, my variable of interest tariffs, is only significant if and only if I include country pair fixed effects (FEs) only, and not in combination with exporter-time and importer-time FEs?
- Significant - only country pair fixed effects
ppmlhdfe exports lntariff, absorb(Exporter#Importer) cluster(Exporter#Importer) - Significant, but wrong sign (coefficient of tariffs is positive; with exporter-time and importer-time FEs)
ppmlhdfe exports lntariff, absorb(Exporter#year Importer#year Exporter#Importer) cluster(Exporter#Importer) - Insignificant (only exporter-time and importer time FEs)
ppmlhdfe exports lntariff, absorb(Exporter#year Importer#year) cluster(Exporter#Importer)

Comment