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.
Este ejercicio forma parte del curso
HR Analytics: Predicting Employee Churn in R
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Plot the distribution of compensation
ggplot(___, aes(x = ___)) +
___