LoslegenKostenlos loslegen

Creating contingency tables

Let's practice constructing contingency tables with svytable(). HealthGen is a categorical variable of the participant's self-reported health for participants aged 12 years and older. Let's look at the relationship between HealthGen and Depressed.

Diese Übung ist Teil des Kurses

Analyzing Survey Data in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Construct and display a frequency table
___ <- ___(~___,
           design = NHANES_design)
___
Code bearbeiten und ausführen