For this app, I have used the USArrests dataset, which comes with R datasets package. This dataset contains arrest statistics for assault, murder, and rape in each of the 50 US states in 1973 and the percentage of the population living in urban areas. The structure of the dataset is as follows:
- Murder: number of murder arrests (per 100,000 residents)
- Assault: number of assault arrests (per 100,000 residents)
- UrbanPop: percentage of urban population
- Rape: number of rape arrests (per 100,000 residents)