| nigeria_sim | R Documentation |
A deterministic, seeded simulation of dyadic interaction events among 25 mobile
actors over 2000-2016, with the qualitative spatiotemporal structure that the PALS
method targets: actors drift slowly through space and interact preferentially with
nearby actors. It is produced by simulate_conflict_events() and is used in the
package examples, tests, and vignette so that they run without any external
dependency. It complements nigeria_acled, the bundled real-data example.
nigeria_sim
A pal_events object (a data.frame subclass) with 1500 rows and 5
columns:
Character id of the first actor in the dyad.
Character id of the second actor in the dyad.
Date of the event.
Event longitude (decimal degrees).
Event latitude (decimal degrees).
Generated by data-raw/nigeria_sim.R via
simulate_conflict_events(n_actors = 25, n_events = 1500, years = 2000:2016, seed = 20230101).
data(nigeria_sim)
nigeria_sim
fit <- estimate_pals(nigeria_sim, model = "one")
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.