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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!