Where is the highest accident rate?
It's time to answer the executive's first question: did the accident rate increase from 2016 to 2017? Now that you have the had_accident variable, you can calculate the accident rate by taking the mean of had_accident. Use the appropriate statistical test to see if the accident rate increase is significant. Then, determine which site has the highest accident rate.
Это упражнение является частью курса
HR Analytics: Exploring Employee Data in R
Интерактивное практическое упражнение
Попробуйте выполнить это упражнение, дополнив этот пример кода.
# Find accident rate by year
hr_joined %>%
___