1. 学习
  2. /
  3. 课程
  4. /
  5. Analyzing Survey Data in R

Connected

练习

Tying it all together!

Now let's look at a new example to practice what we learned this chapter! Let's ask "Does homeownership vary by education level?" To answer this question, I want you to create a contingency table, visualize differences with a segmented bar graph, and then run a chi square test.

说明 1 / 共 4 个

undefined XP
    1
    2
    3
    4
  • Create a contingency table of HomeOwn and Education using svytable().