1. Learn
  2. /
  3. Courses
  4. /
  5. Data Science R Basics

Exercise

Vectorized operation continued...

Instructions

100 XP
  • Compute the per 100,000 murder rate for each state and store it in the object murder_rate.
  • Then compute the average of the state murder rates for the US using the function mean. What is this average?