शुरू करेंमुफ़्त में शुरू करें

Are hourly hires paid more?

In the plot you made, the bars were nearly equal. This supports the idea that an omitted variable - job level - is driving the difference in pay for new hires and current employees. However, the graph shows a small difference in the average salaries for hourly workers. Test whether a significant pay difference exists between hourly new hires and hourly current employees.

यह अभ्यास पाठ्यक्रम का हिस्सा है

HR Analytics: Exploring Employee Data in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Load the package
___

# Filter the data to include only hourly employees
pay_filter <- ___
कोड संपादित करें और चलाएँ