CommencerCommencer gratuitement

Survey-weighted t-test

Now let's tackle the question "Is there evidence that the average hours of nightly sleep differ by gender?" with a t-test.

Cet exercice fait partie du cours

Analyzing Survey Data in R

Afficher le cours

Instructions

  • Run a t-test on SleepHrsNight and Gender using svyttest(). Make sure you understand the output!

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Run a survey-weighted t-test
svy___(formula = ___,
       design = NHANES_design)
Modifier et exécuter le code