Analysis of the structure and temporal evolution of a multilayer dynamic network of international interactions using ICEWS data. The analysis considers four interaction layers: Material-, Material+, Verbal-, and Verbal+.
The study includes network centrality analysis, structural network features, Matrix Autoregressive (MAR) modeling, impulse response analysis, residual diagnostics, and simulation experiments.
analysis.R: Data analysis, MAR model estimation, diagnostics, impulse response analysis, and simulation experimentsvisualizations.Rmd: Static and dynamic network visualizationsicews_tensor_processed.RData: Processed ICEWS dataREADME.md: Project documentation
- Selection of the 25 most central countries using PageRank centrality
- Computation of structural network features across layers and time
- Trend and stationarity analysis joint with standardization
- Estimation of a Matrix Autoregressive (MAR) model
- Impulse response and residual diagnostics
- Monte Carlo simulations to evaluate model performance
The analysis uses event-level data from the Integrated Crisis Early Warning System (ICEWS), available through the Harvard Dataverse.
The raw ICEWS event files from 2004–2014 were processed by:
- Combining the yearly event files
- Classifying events into four interaction layers using CAMEO codes
- Removing self-interactions
- Aggregating events by source country, target country, interaction type, and month
- Constructing a four-dimensional tensor of interactions:
Source × Target × Type × Month
The resulting tensor is stored in icews_tensor_processed.RData.
The ICEWS data are also used in:
Hoff, P. D. (2015). Multilinear tensor regression for longitudinal relational data. Annals of Applied Statistics, 9(3), 1169–1193. https://doi.org/10.1214/15-AOAS839
- R: 4.4.2
- RStudio: 2023.09.1+494
- Operating system: macOS Big Sur 11.7.11
- Processor: Dual-Core Intel Core i5, 2.6 GHz
- Memory: 8 GB RAM
- Architecture: x86_64
dplyr1.1.4expm1.0-0fable0.5.0feasts0.5.0ggplot24.0.3ggraph2.2.2igraph2.2.1ndtv0.13.4network1.20.0networkDynamic0.12.0psych2.6.5scales1.4.0tensorTS1.0.2tidygraph1.3.1timetk2.9.1tsibble1.1.6zoo1.8-14