เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

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
___
แก้ไขและรันโค้ด