Learn R Programming

ergmclust (version 1.0.0)

tradenet: International Trade Network Data in 1991.

Description

The undirected network on all trade relations internationally among 58 countries. We define the edges as \(y_{ij}=1\), if there is a bilateral trade between country \(i\) and \(j\), and \(y_{ij}=0\) otherwise.

Usage

data(tradenet)

Arguments

Format

The format is a 58 \(\times\) 58 network adjacency matrix.

References

Westveld, A. H. and Hoff, P. D. (2011) A mixed effects model for longitudinal relational and network data, with applications to international trade and conflict, The Annals of Applied Statistics 5(2A), 843<U+2013>872

https://projecteuclid.org/euclid.aoas/1310562208

Examples

Run this code
# NOT RUN {
data(tradenet)
# }

Run the code above in your browser using DataLab