R/data_mpn.R
mpn_bristol.Rd
A multimodal network with three levels representing ties between individuals, civic organisations in Bristol, and major protest and civic events that occurred between 1990 and 2000. The data contains individuals' affiliations to civic organizations in Bristol, the participation of these individuals in major protest and civic events between 1990-2002, and the involvement of the civic organizations in these events.
data(mpn_bristol)
#> # A labelled, two-mode network with 264 nodes and 1496 ties
#> # A tibble: 264 x 3
#> name type lvl
#> <chr> <lgl> <dbl>
#> 1 101 FALSE 1
#> 2 102 FALSE 1
#> 3 103 FALSE 1
#> 4 104 FALSE 1
#> 5 105 FALSE 1
#> 6 106 FALSE 1
#> # i 258 more rows
#> # A tibble: 1,496 x 2
#> from to
#> <int> <int>
#> 1 36 151
#> 2 40 151
#> 3 73 151
#> 4 94 151
#> 5 138 151
#> 6 145 151
#> # i 1,490 more rows
Knoke, David, Mario Diani, James Hollway, and Dimitris C Christopoulos. 2021. Multimodal Political Networks. Cambridge University Press. Cambridge University Press.
Although represented as a two-mode network, it contains three levels:
150 Individuals, anonymised with numeric ID
97 Bristol civic organizations
17 Major protest and civic events in Bristol, 1990-2002
The network represents ties between level 1 (individuals) and level 2 (organisations), level 1 (individuals) and level 3 (events), as well as level 2 (organisations) and level 3 (events). The network is simple, undirected, and named. For a complete list of civic organisations and protest/civic events included in the data, please see Appendix 6.1 in Multimodal Political Networks (Knoke et al., 2021).
Diani, Mario, and Ivano Bison. 2004. “Organizations, Coalitions, and Movements.” Theory and Society 33(3–4):281–309. doi:10.1023/B:RYSO.0000038610.00045.07 .