Learn R Programming

goldfish (version 1.6.10)

Fisheries_Treaties_6070: International bilateral fisheries treaties (1960-1970)

Description

An abbreviated version of the international fisheries agreements dataset, including only bilateral agreements, fewer variables, and ranging only between 1960 and 1970 inclusive. This data set is only meant for testing, and not for inference. It provides an example of an undirected, weighted (by integer/increment) network, with composition change and both monadic and dyadic covariates. Monadic variables include the dates states gain or lose sovereign status, their polity score, and their GDP. Dyadic variables include bilateral fisheries agreements between states, and states' contiguity with one another over time.

Usage

data(Fisheries_Treaties_6070)

bilatchanges

bilatnet

contigchanges

contignet

gdpchanges

regchanges

sovchanges

states

Arguments

Format

The data includes several dataframes: states (154 rows, 4 columns, monadic), sovchanges (62 rows, 3 columns, monadic), regchanges (145 rows, 3 columns, monadic), gdpchanges (979 rows, 3 columns, monadic), bilatchanges (77 rows, 4 columns, dyadic), contigchanges (139 rows, 4 columns, dyadic). See below for variables and formats.

ObjectDescriptionFormat
states$labelNode identifier labelscharacter
states$presentNode present in datasetboolean
states$regimePlaceholder for regime variablenumeric (NA)
states$gdpPlaceholder for GDP variablenumeric (NA)
sovchanges$timeDate of state sovereignty updatePOSIXct
sovchanges$nodeNode for state sovereignty updateinteger
sovchanges$replaceState sovereignty updateboolean
regchanges$timeDate of regime updatePOSIXct
regchanges$nodeNode for regime updateinteger
regchanges$replaceRegime updateinteger (-10--10)
gdpchanges$timeDate of GDP updatePOSIXct
gdpchanges$nodeNode for GDP updateinteger
gdpchanges$replaceGDP updatenumeric
bilatchanges$timeDate of bilateral changePOSIXct
bilatchanges$senderFirst bilateral change nodeinteger
bilatchanges$receiverSecond bilateral change nodeinteger
bilatchanges$incrementCreate or dissolve tienumeric (-1 or 1)
contigchanges$timeDate of contiguity changePOSIXct
contigchanges$senderFirst contiguity change nodeinteger
contigchanges$receiverSecond contiguity change nodeinteger
contigchanges$replaceNew contiguity valuenumeric

An object of class data.frame with 77 rows and 4 columns.

An object of class matrix (inherits from array) with 154 rows and 154 columns.

An object of class data.frame with 139 rows and 4 columns.

An object of class matrix (inherits from array) with 154 rows and 154 columns.

An object of class data.frame with 979 rows and 3 columns.

An object of class data.frame with 145 rows and 3 columns.

An object of class data.frame with 62 rows and 3 columns.

An object of class data.frame with 154 rows and 4 columns.

References

Hollway, James, and Johan Koskinen. 2016. Multilevel Embeddedness: The Case of the Global Fisheries Governance Complex. Social Networks, 44: 281-94. tools:::Rd_expr_doi("10.1016/j.socnet.2015.03.001").

Hollway, James, and Johan H Koskinen. 2016. Multilevel Bilateralism and Multilateralism: States' Bilateral and Multilateral Fisheries Treaties and Their Secretariats. In Multilevel Network Analysis for the Social Sciences, edited by Emmanuel Lazega and Tom A B Snijders, 315-32. Cham: Springer International Publishing. tools:::Rd_expr_doi("10.1007/978-3-319-24520-1_13").