Question: Using the USArrests data set in the datasets package, create a function which takes as input the name of a US state and
Using the USArrests data set in the "datasets" package, create a function which takes as input the name of a US state and returns the following text (Read Chapter 9 - If and IfElse) :
if the Murder rate is higher than the median state murder rate, print [state name] has a higher than average murder rate.
If its murder rate is not higher than the median rate, print [state name] has a lower than average murder rate.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
