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

Importing the pay data

In this chapter you will analyze the salaries of new hires and current employees to determine whether new hires are earning more. The salary dataset for this chapter is saved as fair_pay_data.csv. Import the dataset and do an initial examination.

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

HR Analytics: Exploring Employee Data in R

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

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

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

# Load the packages
___
___

# Import the data
pay <- ___

# Get an overview of the data
___
कोड संपादित करें और चलाएँ