dyadic_trade: Dyadic Trade Data

Description Usage Format References Examples

Description

Data from Correlates of War (COW) project in Version 3.0 contains annual dyadic and national trade figures for states within the international system contains 139 years' data about dyadic trade

Usage

1

Format

A data frame with 540,507 rows and 9 variables:

ccode1

Correlates of War Country Code for State A

ccode2

Correlates of War Country Code for State B

year

Observational Year

importer1

Name of country A

importer2

Name of country B

flow1

Imports of Country A from Country B in current US millions of dollars

flow2

Imports of Country B from Country A in current US millions of dollars

source1

Source of data for flow1 variable (see table below)

source2

Source of data for flow2 variable (see table below)

References

Correlates of War Version 3.0 (http://www.correlatesofwar.org/data-sets/bilateral-trade)

Examples

1
2
data(dyadic_trade)
iplotCurve(flow1, flow2)

RandiLGarcia/dyadr documentation built on March 23, 2021, 3:33 a.m.