USArrests_df | R Documentation |
This dataset contains statistics on violent crime rates in each of the 50 US states for the year 1973. The data includes arrests per 100,000 residents for assault, murder, and rape, as well as the percentage of the population living in urban areas.
data(USArrests_df)
A data frame with 50 observations and 4 variables:
Murder arrests per 100,000 residents (numeric).
Assault arrests per 100,000 residents (integer).
Percentage of the population living in urban areas (integer).
Rape arrests per 100,000 residents (numeric).
The dataset name has been changed to 'USArrests_df' to maintain consistency with the naming conventions of the crimedatasets package. The suffix 'df' indicates that the dataset is stored as a data frame in R. The original content has not been modified in any way.
1973 crime data, originally included in the USArrests dataset from R.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.