CommencerCommencer gratuitement

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.

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.

# Add the in_sales variable
survey_sales <- survey %>%
  ___
Modifier et exécuter le code