LoslegenKostenlos loslegen

Tying it all together!

Now let's switch to a new question to practice some of the skills we learned in this chapter. Let's investigate whether or not the total cholesterol varies, on average, between physically active and inactive Americans.

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.

# Find means of total cholesterol by whether or not active 
out <- ___(formula = ___,
           by = ___, 
           design = NHANES_design,
           FUN = ___, 
           na.rm = TRUE, 
           keep.names = FALSE)
Code bearbeiten und ausführen