НачатьНачать бесплатно

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?

Это упражнение является частью курса

HR Analytics: Exploring Employee Data in R

Посмотреть курс

Интерактивное практическое упражнение

Попробуйте выполнить это упражнение, дополнив этот пример кода.

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

accident_rates
Редактировать и запускать код