| nigeria_acled | R Documentation |
Real dyadic conflict events in Nigeria, bundled from the replication archive for the authors' study, Kim, Liu and Desmarais (2023). Each row is a recorded interaction between two actors at a known date and location; this is the data on which the PALS method was developed and validated.
nigeria_acled
A pal_events object (a data.frame subclass) with 1,549 rows and 5 columns:
Character name of the first actor in the dyad.
Character name of the second actor in the dyad.
Date of the event.
Event longitude (decimal degrees).
Event latitude (decimal degrees).
These data are part of the publicly available replication materials for that study and can be downloaded directly from the Harvard Dataverse at \Sexpr[results=rd]{tools:::Rd_expr_doi("10.7910/DVN/NLWWPE")}.
Public replication archive for Kim, Liu and Desmarais (2023), Harvard Dataverse, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.7910/DVN/NLWWPE")}.
Kim, S., Liu, H., and Desmarais, B. A. (2023). Spatial modeling of dyadic geopolitical interactions between moving actors. Political Science Research and Methods, 11(3), 633-644. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1017/psrm.2022.6")}
data(nigeria_acled)
nigeria_acled
fit <- estimate_pals(nigeria_acled, model = "one")
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.