Dear all,
I want to estimate the gravity model using the ppml. To control for the MRT I have set exporter and importer time varying fixed effects using this command:
For the PPML command I have:
Unfortunately I get no results using this command on stata. It takes forever and Stata seems to run the regression, the only thing I get is this note:
My question is, are the exporter and importer dummies correct? Do I have an alternative to control for MRTs using another command?
I want to estimate the gravity model using the ppml. To control for the MRT I have set exporter and importer time varying fixed effects using this command:
Code:
tab gdp_exp, gen(exporteryear_) tab gdp_imp, gen(importeryear_)
Code:
ppml import loggdpimp loggdpexp logpimp logpexp logdist Dsanc Dlan Dbor exporteryear_* importeryear_*
note: checking the existence of the estimates
Comment