This outline is a work in progress.
The course is divided into three parts. Part 1 is on exploratory data analysis, part 2 is making rigorous conclusions via statistical tools like modeling and inference, and part 3 includes topics that are designed to inspire students to learn more data science and statistics.
Slides are built in using the xaringan package. See here for more info on xaringan. There are two main reasons for choosing this format:
xaringan
slides are R Markdown based, meaning code, output, and narrative can all live in one place and compiling the slides will run the R code as well.- Slide output is mobile friendly.
- Each slide deck is in its own folder, and one level above there is a custom css file. To compile the slides use
xaringan::inf_mr(cast_from = "..")
. This will launch the slides in the Viewer, and it will get updated as you edit and save your work.