tetrads
is an estimation method for gravity models
developed by Head2010;textualgravity.
The function tetrads
utilizes the multiplicative form of the
gravity equation. After choosing a reference exporter A
and
importer B
one can eliminate importer and exporter fixed effects
by taking the ratio of ratios.
Only those exporters trading with the
reference importer and importers trading with the reference exporter will
remain for the estimation. Therefore, reference countries should
preferably be countries which trade with every other country in the dataset.
After restricting the data in this way, tetrads
estimates the gravity
equation in its additive form by OLS.
By taking the ratio of ratios, all monadic effects diminish, hence no
unilateral variables such as GDP can be included as independent variables.
tetrads
estimation can be used for both, cross-sectional as well as
panel data. Nonetheless, the function is designed to be consistent with the
Stata code for cross-sectional data provided on the website
Gravity Equations: Workhorse, Toolkit, and Cookbook
when choosing robust estimation.
The function tetrads
was therefore tested for cross-sectional data.
If tetrads is used for panel data, the user may have to drop distance as an
independent variable as time-invariant effects drop.
For applying tetrads
to panel data see Head2010;textualgravity.