НачатьНачать бесплатно

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 %>%
  ___
Редактировать и запускать код