From tidy to table to tidy
The gss_party dataset that you created is in a tidy format to facilitate visualization and analysis. In this exercise, you'll untidy the data to create a contingency table to display counts. As a data analyst, it's commonplace to be given data in a contingency table, so you'll also practice tidying it back up.
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Inference for Categorical Data in R
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ
ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์
# Create table of natspac and party
___ <- ___
# Select columns of interest
___
# Create table
___