Learn R Programming

migraph (version 0.10.6)

mpn_elite_mex: One-mode Mexican power elite database (Knoke 1990)

Description

This data contains the full network of 35 members of the Mexican power elite. The undirected lines connecting pairs of men represent any formal, informal, or organizational relation between a dyad; for example, “common belonging (school, sports, business, political participation), or a common interest (political power)” (Mendieta et al. 1997: 37). Additional nodal attributes include their full name, place of birth, state, and region (1=North, 2=Centre, 3=South, original coding added by Frank Heber), as well as their year of entry into politics and whether they are civilian (0) or affiliated with the military (1). An additional variable "in_mpn" can be used to subset this network to a network of 11 core members of the 1990s Mexican power elite (Knoke 2017), three of which were successively elected presidents of Mexico: José López Portillo (1976-82), Miguel de la Madrid (1982-88), and Carlos Salinas de Gortari (1988-94, who was also the son of another core member, Raúl Salinas Lozano).

Usage

data(mpn_elite_mex)

Arguments

Format

## # A tbl_graph: 35 nodes and 117 edges
## #
## # An undirected simple graph with 1 component
## #
## # Node Data: 35 × 8 (active)
##   name     full_name     entry_year military in_mpn PlaceOfBirth   state  region
##   <chr>    <chr>              <dbl>    <dbl>  <dbl> <chr>          <chr>   <dbl>
## 1 Trevino  Trevino, Jac…       1910        1      0 Guerrero       Coahu…      1
## 2 Madero   Madero, Fran…       1911        0      0 Parras de la … Coahu…      1
## 3 Carranza Carranza, Ve…       1913        1      0 Cuatro Cieneg… Coahu…      1
## 4 Aguilar  Aguilar, Can…       1918        1      0 Cordoba        Verac…      3
## 5 Obregon  Obregon, Alv…       1920        1      0 Siquisiva, Na… Sonora      1
## 6 Calles   Calles, Plut…       1924        1      0 Guaymas        Sonora      1
## # … with 29 more rows
## #
## # Edge Data: 117 × 2
##    from    to
##   <int> <int>
## 1     2     3
## 2     2     5
## 3     2     6
## # … with 114 more rows