Performance ratings: accounting for job levels
Now that you're warmed up on logistic regression, you can use it to statistically test what you saw in an earlier graph - are women less likely to be labeled a high performer, even when taking differences in job level into account? You can test this by adding job_level into the glm() formula and looking at the new p-value. The process is the same as adding a new variable to a linear regression.
यह अभ्यास पाठ्यक्रम का हिस्सा है
HR Analytics: Exploring Employee Data in R
इंटरैक्टिव व्यावहारिक अभ्यास
इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।
# Run a multiple logistic regression
logistic_multiple <- ___