| bali {hergm} | R Documentation |
The network corresponds to the contacts between the 17 terrorists who carried out the bombing in Bali, Indonesia in 2002. The network is taken from Koschade (2006).
data(bali)
Undirected network.
Koschade, S. (2006). A social network analysis of Jemaah Islamiyah: The applications to counter-terrorism and intelligence. Studies in Conflict and Terrorism, 29, 559–575.
network, hergm, ergm.terms, hergm.terms, hergm.postprocess
## Not run: # Load undirected network with 17 nodes data(bali) # Hierarchical exponential-family model with stick-breaking prior hergm(bali ~ edges_ij(5) + triangle_ijk(5)) ## End(Not run)