For this exercise we will use the US murders dataset. Make sure you load it prior to starting.

library(dslabs)
data("murders")

Compute the per 100,000 murder rate for each state and store it in the object murder_rate. Then compute the average murder rate for the US using the function mean and store the result in the mean_murder_rate object.