trade: Smith, White-International Trade

Description Usage Details Source References Examples

Description

trade: Five 24 by 24 Matrices

BACKGROUND These data were selected by Wasserman and Faust (1994) from a list of 63 countries given by Smith and White (1988). The selection was intended to be a representative sample of countries which spanned the globe physically, economically and politically and was used by them in their network analysis book. The data records interaction of the countries with respect to trade of four goods, namely:manufactured goods, food and live animals, crude materials (not food) and minerals and fuels. The final matrix records exchange of diplomats between the countries. All trade (including the diplomats) is from the row to the column.

Usage

1

Details

MANUFACTURED_GOODS: non-symmetric, binary.
FOODS :non-symmetric, binary.
CRUDE_MATERIALS: non-symmetric, binary.
MINERALS: non-symmetric, binary.
DIPLOMATIC_EXCHANGE: non-symmetric, binary.

Vertex Attributes
POP_GROWTH: average population growth between 1970 and 1981.
GNP: average GNP growth (per capita) over the same period.
SCHOOLS: secondary school enrollment ratio in 1981.
ENERGY: energy consumption in 1981 (in kilo coal equivalents per capita).

Source

Smith D and D White (1988). Structure and dynamics of the global economy: Network analysis of international trade 1965-1980. Unpublished Manuscript.

References

Wasserman S and K Faust (1994). Social Network Analysis: Methods and Applications. Cambridge University Press, Cambridge.

Examples

1
2
3
4
5
6
7
data(trade)

##Plot
plot(trade$FOODS,displaylabels=TRUE,boxed.labels=FALSE,label.cex=.5,vertex.col="SCHOOLS")

##Vertex attributes
trade$MINERALS%v%"GNP"

zalmquist/networkdata documentation built on May 4, 2019, 9:08 p.m.