CommencerCommencer gratuitement

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?

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.

# Use multiple regression to test the impact of year and disengaged on accident rate in Southfield
regression <- ___
Modifier et exécuter le code