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 <- ___