Inizia subitoInizia gratis

Survey statistics

How many hours of sleep does the average person in the US get each night? Does sleep vary by gender? Let's explore these questions using the variables Gender and SleepHrsNight. SleepHrsNight contains the self-reported number of hours a participant usually sleeps on a weeknight and is only reported for participants who were at least 16 years old.

Questo esercizio fa parte del corso

Analyzing Survey Data in R

Visualizza corso

esercizio interattivo pratico

Prova questo esercizio completando questo codice di esempio.

# Compute the survey-weighted mean
svy___(x = ___, 
       design = NHANES_design,
       na.rm = TRUE)
Modifica ed esegui il codice