I am working on the effect of a common currency on trade flows. When applying the ppmlhdfe estimator, I encounter a collinearity issue. Specifically, I run the following command:
ppmlhdfe tradeflow_comtrade_o union_monetaire_africaine ln_pbii ln_pbij ln_popi ln_popj ln_distij , absorb(exp_time_num imp_time_num pair_id ) vce(cluster pair_id )
Even when I follow the recommendations of Baldwin and Taglioni (2006) and estimate a simpler specification:
ppmlhdfe tradeflow_comtrade_o union_monetaire_africaine, absorb(exp_time_num imp_time_num pair_id ) vce(cluster pair_id )
I still face the same collinearity issue, and the variable of interest (union_monetaire_africaine) and others control variables are dropped.
What should I do to resolve this?
Kind regards,
ppmlhdfe tradeflow_comtrade_o union_monetaire_africaine ln_pbii ln_pbij ln_popi ln_popj ln_distij , absorb(exp_time_num imp_time_num pair_id ) vce(cluster pair_id )
Even when I follow the recommendations of Baldwin and Taglioni (2006) and estimate a simpler specification:
ppmlhdfe tradeflow_comtrade_o union_monetaire_africaine, absorb(exp_time_num imp_time_num pair_id ) vce(cluster pair_id )
I still face the same collinearity issue, and the variable of interest (union_monetaire_africaine) and others control variables are dropped.
What should I do to resolve this?
Kind regards,
Comment