CommencerCommencer gratuitement

Where did the accident rate increase most?

The location with the highest accident rate is a fine place to start, but to answer the executive's question, it will be more productive to focus on the location where the accident rate increased most from last year. You'll use both a table and a graph in this exercise to answer that question: which location's accident rate had the largest percentage point increase from 2016 to 2017?

Cet exercice fait partie du cours

HR Analytics: Exploring Employee Data in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Compare annual accident rates by location
accident_rates <- hr_joined %>%
  ___ %>%
  ___

accident_rates
Modifier et exécuter le code