1. Learn
  2. /
  3. Courses
  4. /
  5. HR Analytics: Predicting Employee Churn in R

Exercise

Calculate turnover rate across salary hike range

In the previous exercise, you created multiple categories of percent_hike for employees at the Analyst level. Now it's your turn to calculate the turnover rate across these categories and examine the difference in turnover if any.

This will help you understand if there is a difference in the percentage of employees leaving the organization in different categories of salary hike.

Instructions

100 XP
  • Calculate the average turnover rate for each category in hike_range.
  • Generate a bar chart to plot the average turnover rate for each hike_range.