Part 9 (Class 10-11) More stats, broom, and tables (gt, gtsummary)
Required
Suggested
- Programming with dplyr - in case I can’t get to tidyeval use for functions with tidyverse
- ggplot2 in packages - examples how to use ggplot inside functions
- Resources for learning more statistics:
- Modern Dive / Statistical Inference via Data Science by Chester Ismay and Albert Y Kim is a nice place to start: https://moderndive.com/
- Danielle Navarro’s Learning Statistics with R is excellent and talks much more about statistics: https://learningstatisticswithr.com/
- More on using map and nested data with modeling: R for Data Science: Many Models
- broom and dplyr
- Useful vignettes on table output: gtsummary intro to tbl_summary
- Ted Laderas’s interactive workbook on learning rowwise and nested data: learning rowwise
- We might not get to dates but in case you want to learn more: Dates and times in R for Data Science
- If you want to learn about tidymodels: Introduction to Machine Learning with the Tidyverse
- Joy of Functional programming talk by Hadley Wickham - more on nesting/iteration
- More on model building and machine learning
- Model Building from R for Data Science
- Many Models - from R for Data science. Covers
group_by()/nest()
and list-columns - Tidymodels with R: Recipes
- Tidymodels with R: Fitting Models with Parsnip
- Tidymodels with R: Judging Model Effectiveness
- UMAP and Cocktail Recipes
- Tidymodels: K-means
- PCA and Penguins