crimestatewide_tbl_df {crimedatasets} | R Documentation |
This dataset contains annual crime-related statistics for US counties, including violent crime rates, murder rates, and socio-economic indicators such as poverty, education, and unemployment. It provides a comprehensive overview of crime and its potential correlates across the United States.
data(crimestatewide_tbl_df)
A tibble with 51 observations and 9 variables:
State name (character).
Violent crime rate per 100,000 people (numeric).
Murder rate per 100,000 people (numeric).
Poverty rate as a percentage (numeric).
Percentage of high school graduates (numeric).
Percentage of college graduates (numeric).
Percentage of single-parent households (numeric).
Unemployment rate as a percentage (numeric).
Percentage of the population living in metropolitan areas (numeric).
The dataset name has been changed to 'crimestatewide_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 stored as a tibble, a modern and more readable alternative to traditional data frames in R. The original content has not been modified in any way.
Annual crime data of US counties.