CommencerCommencer gratuitement

SD of number of doctor's visits

Suppose now we're interested in the standard deviation of the number of doctor's visits throughout pregnancy.

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.

# Calculate 15000 bootstrap standard deviations of visits
visit_sd_ci <- ncbirths_complete_visits %>%
  ___ %>%
  ___ %>%
  ___
  
# See the result
visit_sd_ci
Modifier et exécuter le code