开始使用免费开始使用

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 = ___)) + 
  ___
编辑并运行代码