I need some help to better understand the use of the fixed effects (fe) with xtpoisson.
I am investigating the effect of non-tariff measures (NTMs) on international trade.
I have built a panel database composed of trade volumes for seven years (2012-2018), 50 importers, 150 exporters, and 50 products.
My panel database is constructed:
egen id = group(exporter importer product)
xtset id year
To capture these effects I am using the within estimator following STATA command:
xtpoisson import ntm, fe vce(robust)
I want to test different variations of fixed effects, thus my question is: which of the following fixed effects does the “fe” option include:
- Exporter x importer x product
- Exporter x year
- Exporter
- Year
- Product x importer
- Product
- Importer
- Product x year
- Importer x year
- Exporter x product x year
- Exporter x importer x year
Thank you very much for your help,
G.M.
0 Response to specifying different Fixed Effects (fe) with "xtpoisson"
Post a Comment