Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seananderson/bayes-course

An introduction to Bayesian data analysis with Stan (a work in progress)
https://github.com/seananderson/bayes-course

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# An introduction to Bayesian data analysis for ecologists

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)

Material for a workshop. [Slides here](https://www.dropbox.com/sh/7p0o5w555miv5tu/AAAy7hHkITxybmHu-8jU5DGNa?dl=0).

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:

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