I will be modeling linear regression using the built-in R dataset USArrests. My methods will include both simple and multiple regression models.
USArrests consists of 50 observations on 4 variables: Murder, Assault, UrbanPop(ulation), and Rape. The statistics contained within the dataframe are based on arrests made per 100,000 people residing in each US state during 1973.
My purpose is to explore how the urban population percentage affects assault arrest rates, the relationships between assault, rape, and murder arrest rates, and how known assault and rape arrest rates can be used to predict murder arrest rates.