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?
Este exercício faz parte do curso
HR Analytics: Exploring Employee Data in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Use multiple regression to test the impact of year and disengaged on accident rate in Southfield
regression <- ___