crimeHSdegree_tbl_df | R Documentation |
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).
data(crimeHSdegree_tbl_df)
A tibble with 51 observations and 3 variables:
State name (character).
Percent of the population without a high school degree (numeric).
Violent crimes per 100,000 population (numeric).
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.
U.S. Crime Data and Education Statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.