शुरू करेंमुफ़्त में शुरू करें

Statistical significance - disengaged employees

You've seen some evidence that the sales department has a higher proportion of disengaged employees than the rest of the company, but you aren't yet certain if that difference is significant. Now you can test whether that difference is statistically significant using the tests you just learned about.

यह अभ्यास पाठ्यक्रम का हिस्सा है

HR Analytics: Exploring Employee Data in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Add the in_sales variable
survey_sales <- survey %>%
  ___
कोड संपादित करें और चलाएँ