brms workshop

Matti Vuorre https://vuorre.netlify.com (University of Oxford)https://www.oii.ox.ac.uk/people/matti-vuorre/

Hello world!

Hi! Welcome to the Bayesian regression modelling using Stan, R and brms workshop.

Learning objectives

Our aim is to understand

Our focus is on applications of these techniques to build a working knowledge, further readings are referenced for a more in-depth understanding.

This workshop should provide you with a working knowledge, and confidence, to

Workshop materials

This workshop’s materials are written in RMarkdown, so you can download the source code and follow along on your own computer. We assume some familiarity with R, and recommend the RStudio IDE.

To get started, download the materials from https://github.com/mvuorre/brms-workshop, extract the package to your location of choice, and double click the brms-workshop.Rproj to open up an RStudio session in that directory. Alternatively, use this R command to download the files and open up the project:

# install.packages("usethis")  # Install if you don't have it
usethis::use_course("mvuorre/brms-workshop")

The materials of this workshop are collected as a Distill website: Each lesson’s materials can be found under the _posts/ directory. To run the computations on your computer, open the relevant .Rmd file (with the brms-workshop project active in RStudio). The website is at https:/mvuorre.github.io/brms-workshop

Corrections

If you see mistakes or want to suggest changes, please create an issue on the source repository.

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. Source code is available at https://github.com/mvuorre/brms-workshop, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".