bayes-course

An introduction to Bayesian data analysis with Stan (a work in progress)

CC-BY-4.0 License

Stars
23
Committers
1

An introduction to Bayesian data analysis for ecologists

Material for a workshop. Slides here.

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 partly on teaching ideas from:

Hobbs, N.T., and Hooten, M.B. 2015. Bayesian models: a statistical primer for ecologists. Princeton University Press, Princeton, New Jersey.

McElreath, R. 2016. Statistical rethinking: a Bayesian course with examples in R and Stan. CRC Press/Taylor & Francis Group, Boca Raton.

To start:

# install.packages("usethis")
usethis::use_course("bit.ly/bayes-course")