Question: Create an if/else if function that takes a US State Name as input, and returns the following text: If the Murder rate is higher than
Create an if/else if function that takes a US State Name as input, and returns the following text: If the Murder rate is higher than the median state murder rate, print [state name] has a higher than average murder rate If the Murder rate is lower than the median state murder rate, print [state name] has a lower than average murder rate (R language)
library(datasets)
data(USArrests)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
