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.
Este ejercicio forma parte del curso
Inference for Numerical Data in R
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Calculate 15000 bootstrap standard deviations of visits
visit_sd_ci <- ncbirths_complete_visits %>%
___ %>%
___ %>%
___
# See the result
visit_sd_ci