NigeriaTerrorism_df | R Documentation |
This dataset contains information on terrorist attacks by Fulani Extremists and Boko Haram in Nigeria, starting from the year 2014. The attack data is sourced from the Global Terrorism Database, while other variables are derived from the UCDP PRIO-Grid data. The dataset includes geographic coordinates, population data, and information about mountainous areas relevant to the attacks.
data(NigeriaTerrorism_df)
A data frame with 312 observations and 6 variables:
Number of attacks by Fulani Extremists (numeric).
Number of attacks by Boko Haram (numeric).
X-coordinate of the attack location (numeric).
Y-coordinate of the attack location (numeric).
Population of the area (numeric).
Indicator of whether the location is mountainous (numeric).
The dataset name has been changed to 'NigeriaTerrorism_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the crimedatasets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a traditional data frame in R. The original content has not been modified in any way.
Global Terrorism Database and UCDP PRIO-Grid data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.