Applied Bayesian Analyses with R (Turku 2025)
Introduction
In a broad range of scientific disciplines, Bayesian statistics are gaining popularity. Yet the basic training of most researchers only introduces the frequentist framework for statistical inference. This workshop aims to introduce Bayesian statistics in a practical way, laying a foundation for crucial concepts in the Bayesian realm.
Participants will be introduced to a workflow for Bayesian analyses in the open-source environment R
. The starting point will be the linear model (aka regression model) and we can extend this to linear mixed models. The central piece of software will be the brms
package in R
, that bridges the typical R modelling language with Stan
, which is a probabilistic programming language built to estimate models within the Bayesian framework. Given that a workflow in R
will be introduced, it is advised that participants have some experience working with R
. Moreover, packages will be used from the tidyverse (e.g., dplyr
, ggplot2
, …). Therefore, we advise participants to acknowledge themselves with these packages.
Schedule
When? | Where |
---|---|
Monday 9th of June (10-12 am) | Pub209 |
Wednesday 11th of June (10-12 am) | Pub209 |
Friday 13th of June (10-12 am) | Pub209 |
Monday 16th of June (9-11 am) | Pub209 |
This site bundles all the material used for the course. Or you can download all the materials on the github page .