Dear Statalist,
I am doing my MSc dissertation and working on the gravity model to study the effect of the EU's EBA scheme on Cambodia's exports. My dependent variable is Cambodia's exports to EU countries. My independent variables include the basic variables of the gravity model, the dummy variable of EBA representing the effect of EBA on Cambodia's exports, and the variable ODA, representing the amount of ODA granted by EU member countries in year t to Cambodia as well interaction term between EBA and ODA. The rationale is to understand whether granting ODA complements the LDC to be competitive and able to utilize EBA for export.
I have two questions. (1) As Cambodia is the only exporter of interest, should I use only the exporter-time fixed effect?
(2) While I understand the PPML deals with zero trade value in the dependent variable, which is exactly my case. I also encounter zero ODA value in the independent variable, which after doing the log-linear form, a substantial amount of observations are dropped. I have read previous discussions on the use of PPML in the Log of Gravity by Silva and Tenreyro (2006) and An Advanced Guide to Trade Policy Analysis: The Structural Gravity Model by Yotov, et al., (2016) and seem to understand that by using PPML, I should not take log of the dependent variable, but how about the case where independent variable is zero like my case, should I or should I not take log of independent variable ODA and interaction?
My Stata command for PPML estimation if I do not take log of the ODA independent variable:
ppml camexport EXPORTER_TIME_FE* logcamgdp logeugdp logdistance logeupop loginland landlocked eba oda odainteba, cluster(pair_id)
Thanks in advance for any input.
I am doing my MSc dissertation and working on the gravity model to study the effect of the EU's EBA scheme on Cambodia's exports. My dependent variable is Cambodia's exports to EU countries. My independent variables include the basic variables of the gravity model, the dummy variable of EBA representing the effect of EBA on Cambodia's exports, and the variable ODA, representing the amount of ODA granted by EU member countries in year t to Cambodia as well interaction term between EBA and ODA. The rationale is to understand whether granting ODA complements the LDC to be competitive and able to utilize EBA for export.
I have two questions. (1) As Cambodia is the only exporter of interest, should I use only the exporter-time fixed effect?
(2) While I understand the PPML deals with zero trade value in the dependent variable, which is exactly my case. I also encounter zero ODA value in the independent variable, which after doing the log-linear form, a substantial amount of observations are dropped. I have read previous discussions on the use of PPML in the Log of Gravity by Silva and Tenreyro (2006) and An Advanced Guide to Trade Policy Analysis: The Structural Gravity Model by Yotov, et al., (2016) and seem to understand that by using PPML, I should not take log of the dependent variable, but how about the case where independent variable is zero like my case, should I or should I not take log of independent variable ODA and interaction?
My Stata command for PPML estimation if I do not take log of the ODA independent variable:
ppml camexport EXPORTER_TIME_FE* logcamgdp logeugdp logdistance logeupop loginland landlocked eba oda odainteba, cluster(pair_id)
Thanks in advance for any input.
Comment