hate_crimes_tbl_df | R Documentation |
This dataset contains data on hate crimes across the United States and associated socioeconomic factors. It provides insights into potential relationships between income inequality, socioeconomic characteristics, and the frequency of hate crimes.
data(hate_crimes_tbl_df)
A tibble with 51 observations and 13 variables:
Full name of the state (character).
Abbreviation of the state (character).
Median household income (integer).
Share of unemployed people (seasonally adjusted) (numeric).
Share of the population living in metropolitan areas (numeric).
Share of the population with at least a high school education (numeric).
Share of the population who are non-citizens (numeric).
Share of the white population living in poverty (numeric).
Gini index of income inequality (numeric).
Share of the population who are non-white (numeric).
Share of votes for Donald Trump in the 2016 presidential election (numeric).
Hate crimes per 100,000 people as reported by the SPLC (numeric).
Average hate crimes per 100,000 people as reported by the FBI (numeric).
The dataset name has been changed to 'hate_crimes_tbl_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 'tbl_df' indicates that the dataset is a tibble, a modern version of data frames in R. The original content has not been modified in any way.
The raw data behind the story "Higher Rates Of Hate Crimes Are Tied To Income Inequality" by FiveThirtyEight.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.