- [ ] Change boostrap function (`rep_sample_n`) in sampling chapter to use dplyr's [`slice_sample()`](https://dplyr.tidyverse.org/reference/slice.html) - [ ] Change permutation use to either `modelr`'s `resample()` or `rsample`'s [`permutations()`](https://rsample.tidymodels.org/reference/permutations.html) - [x] Use `tidymodels`'s [`infer()`](https://infer.tidymodels.org/) function to do hypothesis-testing - [x] Add data sets (NBA, bowl, book sales) somewhere so that it can be linked to for students to download. - [ ] Strategically create "difficult" missingness. There should be at least some values that are missing that can only be imputed with uncertainty. - [ ] Add content about RStudio's [code snippets](https://jozef.io/r906-rstudio-snippets/).
rep_sample_n) in sampling chapter to use dplyr'sslice_sample()modelr'sresample()orrsample'spermutations()tidymodels'sinfer()function to do hypothesis-testing