Resources
First, some acknowledgements: this class is primarily built from the works of Richard McElreath and Solomon Kurz.
- McElreath’s Statistical Rethinking (2024 version) course materials
- Kurz’s translation of SR into
brms
andtidybayes
I also recommend bookmarking the tidybayes
site.
The rest of this section contains resources and tutorials. Some were developed by Andrew Heiss, whose website code I used to develop this class website. (Bookmark his site too and check it regularly. You’ll never know what you’ll learn from him, but it’ll always make your science better.)
Here are some additional Bayes resources to check out:
This new Bayes Rules book is designed to be an introductory textbook for a stats class teaching Bayesian stuff. It’s really accessible and good (and free!).
This post from 2016 is a great short introduction.
This post shows how to do one simple task (a difference-in-means test) with regular old frequentist methods, bootstrapping, and with Bayesian stats both with brms and raw Stan code
This short post gives a helpful overview of the intuition behind Bayesianism
The Theory That Would Not Die is a fun little general introduction to the history of Bayesianism and why it kind of disappeared in the 20th century and was replaced by frequentism and p-values and null hypothesis testing