| gravity_zeros {gravity} | R Documentation |
Gravity dataset without zero trade flows
Description
An edited version of the full gravity dataset: The "square" gravity dataset for all possible pairs of Countries worldwide, 1948-2006, which is used in the article: Head, K., T. Mayer and J. Ries, 2010, "The erosion of colonial linkages after independence". Journal of International Economics, 81(1):1-14 (lead article).
Dataset gravity_no_zeros corresponds to the dataset without zero trade flows, gravity_zeros, on the other hand, includes zero trade flows.
Usage
data("gravity_zeros")
Format
A data frame with 22588 observations on the following 10 variables.
iso_oISO-Code of country of origin
iso_dISO-Code of country of destination
distwweighted distance
gdp_oGDP of country of origin in million dollars
gdp_dGDP of country of destination in million dollars
rtaregional trade agreement dummy
flowtrade flow in million dollars
contigcontiguity dummy
comlang_offcommon official language dummy
comcurcommon currency dummy
Source
https://sites.google.com/site/hiegravity/data-sources
References
Head, K. and Mayer, T. (2014). Chapter 3 - gravity equations: Workhorse,toolkit, and cookbook. In Gita Gopinath, E. H. and Rogoff, K., editors, Handbook of International Economics, volume 4 of Handbook of International Economics, pages 131-195. Elsevier. (Gravity Equations: Workhorse, Toolkit, and Cookbook)
Head, K., T. Mayer and J. Ries, 2010, "The erosion od colonial linkages after independence". Journal of International Economics, 81(1):1-14 (lead article).
Examples
data(gravity_zeros)
str(gravity_zeros)