Resources
I strongly encourage participants to post links to resources that they have found useful. This Google Doc is a good space to enter them, after which the workshop organizers may add them to the list on this page.
For the workshop
We won’t be using the computer much in an organized way, but you might enjoy trying out the commands used in the course.
The easiest way, particularly for those new to R, is to follow this link to open an R session in your browser: https://posit.cloud/content/6045079
If you already have R/RStudio installed on your laptop, you need to install the
{math300}
package. These two commands will do it:
install.packages("remotes")
::install_github("dtkaplan/math300") remotes
Contributed by participants
- Jeff Witmer (2023) “What should we do differently in Stat 101?” Journal of Statistics and Data Science Education, link
Materials from Danny’s course at USAFA
- Textbook: Statistical Inference via Data Science by Chester Ismay and Albert Y. Kim
- Textbook: Lessons in Statistical Thinking by Danny Kaplan
- USAFA Math 300Z course outline, instructor notes, etc.
- Classroom session videos (these are very rough, especially in the early classes when I was figuring out how to record the class).
- Variation and variance (See the Notes.)
- DAGs and simulation (See the Notes)
- Signal and noise
- Sampling variation
- Confidence intervals
- Effect size
- Prediction mechanics
- Prediction intervals
- Covariates
- Adjustment for covariates
- Confounding
- Simple causal paths
- Spurious correlation
- Experiment and random assignment
- Measuring & accumulating risk (NA)
- Constructing a classifier (NA)
- Accounting for prevalence
- Hypothesis testing (NA) .
- Calculating a p-value
- False discovery (See the Notes)
- Classroom session videos (these are very rough, especially in the early classes when I was figuring out how to record the class).