This dataset examines the relationship between crime rates and the percentage of the population without a high school degree in various U.S. states. The dataset contains crime data (violent crimes) along with educational attainment (percentage of people without a high school degree).
Usage
data(crimeHSdegree_tbl_df)
Format
A tibble with 51 observations and 3 variables:
- state
State name (character).
- nodegree
Percent of the population without a high school degree (numeric).
- crime
Violent crimes per 100,000 population (numeric).
Details
The dataset name has been changed to 'crimeHSdegree_tbl_df' to avoid confusion with other data sets 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 in R. The original content has not been modified in any way.