Hey everyone,
I have been trying to analyse trade effects of using the euro for my bachelor thesis but I am having trouble getting some good results. I am doing a Pooled OLS, Fixed-effects for importer-exporter-time, and a ppml, yet my results change all the time and I don't know what is wrong with my data.
Most of my coefficients for the euro_both dummy, which is equal to 1 if both countries are using the euro at the same time, are even very big, or even negative. I have attached the screenshots of the results from the OLS, Fixed effects and ppml. If you have any ideas of what I could change or check in my data to get more normal results, I would appreciate it.
These are the codes i used for the:
- ppml: . ppmlhdfe tradeflow_baci euro_both ln_dist ln_gdp_o ln_gdp_d euro_onesided, absorb(iso3num_o is
> o3num_d year) cluster(dist)
-fixed-effects: reghdfe ln_tradeflow_baci euro_onesided euro_both ln_gdp_o ln_gdp_d ln_dist, absorb(iso3num_o iso3num_d year) vce(cluster iso3num_
> o#iso3num_d)
-OLS: reg ln_tradeflow_baci euro_both euro_onesided eu_o eu_d ln_dist ln_gdp_o ln_gdp_d contig
I have been trying to analyse trade effects of using the euro for my bachelor thesis but I am having trouble getting some good results. I am doing a Pooled OLS, Fixed-effects for importer-exporter-time, and a ppml, yet my results change all the time and I don't know what is wrong with my data.
Most of my coefficients for the euro_both dummy, which is equal to 1 if both countries are using the euro at the same time, are even very big, or even negative. I have attached the screenshots of the results from the OLS, Fixed effects and ppml. If you have any ideas of what I could change or check in my data to get more normal results, I would appreciate it.
These are the codes i used for the:
- ppml: . ppmlhdfe tradeflow_baci euro_both ln_dist ln_gdp_o ln_gdp_d euro_onesided, absorb(iso3num_o is
> o3num_d year) cluster(dist)
-fixed-effects: reghdfe ln_tradeflow_baci euro_onesided euro_both ln_gdp_o ln_gdp_d ln_dist, absorb(iso3num_o iso3num_d year) vce(cluster iso3num_
> o#iso3num_d)
-OLS: reg ln_tradeflow_baci euro_both euro_onesided eu_o eu_d ln_dist ln_gdp_o ln_gdp_d contig
Comment