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.
本练习是课程的一部分
HR Analytics: Predicting Employee Churn in R
交互式实操练习
通过完成这段示例代码来试试这个练习。
# Plot the distribution of compensation
ggplot(___, aes(x = ___)) +
___