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

Using regression to identify change drivers

It's time to use what you know about multiple regression to answer the executive's question: why did the accident rate increase?

Phrased another way, is there a variable in your dataset that, when added into a multiple regression, can explain the difference in accident rates between the two years?

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

HR Analytics: Exploring Employee Data in R

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

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

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

# Use multiple regression to test the impact of year and disengaged on accident rate in Southfield
regression <- ___
Редактировать и запускать код