Hi,
If I estimate a gravity model using PPML from a balanced data panel for a several number of countries, but I would like to focus only in one specific country AAA is it the following correct? :
egen exp_time = group(exporter year)
quietly tabulate exp_time, gen(EXPORTER_TIME_FE)
egen imp_time = group(importer year)
quietly tabulate imp_time, gen(IMPORTER_TIME_FE)
ppml TRADE EXPORTER_TIME_FE* IMPORTER_TIME_FE* ln_DIST CNTG LANG CLNY RTA if exporter == "AAA" | importer == "AAA", cluster(DIST)
Or should I drop exporters and importers that are different from country AAA?
Thanks!
Related Posts with PPML for one country
Balanced panel?Hello everyone, I have a very simple question that I can't seem to work out an answer to. That is w…
xtdpdgmm command - @SebastianKripfganzDear Dr. Kripfganz, Following your suggestions in the previous posts I decided to use xtdpdgmm comm…
testing the issue of endogeneityDear all i hope you are doing good actually i would study the issue of endogeneity and i have foun…
how to fix heteroskedasticity, cross sectional dependence and correlation for panel data?Hello everyone, I ran fixed effects regression with xtreg and my model has some problems of heterosk…
Average by sub-group for panel dataHi, I have panel data for companies for the period 2001-2019. I would like to the average level of …
Subscribe to:
Post Comments (Atom)
0 Response to PPML for one country
Post a Comment