Exploring compensation
Compensation plays a very important role in an employee's decision to stay or leave the organization.
In this exercise, you'll explore the distribution of compensation using histograms and understand how it varies by level.
Cet exercice fait partie du cours
HR Analytics: Predicting Employee Churn in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Plot the distribution of compensation
ggplot(___, aes(x = ___)) +
___