CommencerCommencer gratuitement

Median lengths of pregnancies for smoking and non-smoking mothers

Let's turn our attention to another variable, weeks, indicating the length of the pregnancy. Construct a bootstrap interval for the difference in median lengths of pregnancies of smoker and non-smoker mothers.

Cet exercice fait partie du cours

Inference for Numerical Data in R

Afficher le cours

Exercice interactif pratique

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

# Filter for non-missing habit & non-missing weeks
ncbirths_complete_habit_weeks <- ncbirths %>%
  ___
Modifier et exécuter le code