If you are taking this workshop, start by running the file 00-install.R
in R to install the necessary packages and make sure your computer is set up properly.
The course draws on material from:
McElreath, R. 2020. Statistical rethinking: a Bayesian course with examples in R and Stan. Second edition. CRC Press, Boca Raton London New York.
Gelman, A., Hill, J., and Vehtari, A. 2021. Regression and other stories. Cambridge University Press, Cambridge.
Hobbs, N.T., and Hooten, M.B. 2015. Bayesian models: a statistical primer for ecologists. Princeton University Press, Princeton, New Jersey.
To start:
# install.packages("usethis")
usethis::use_course("bit.ly/bayes-course")