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

Joining performance data

Now that you've looked at hr_data and performance_data, it's time to join them. Use the techniques from the video to put all the data you need in one data frame. Once you have the final data frame, check to see whether the average performance rating is higher for men or women.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

HR Analytics: Exploring Employee Data in R

ดูคอร์ส

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Join the two tables
joined_data <- ___
แก้ไขและรันโค้ด