Day 3: Reporting and visualizing

Outline

This part of the workshop is about interpreting and reporting the results of our models. Here we demonstrate different ways to make sense of the information in our posterior probability distributions for our parameters. First, we will show how different packages in R can be used to visually explore the posterior probability distributions. Next, we focus on how to numerically summarize the information in the posterior probability distribution in order to support our reporting on the results.

Slides

The htlm-version of the slides for this first part can be found here

Data

For this first part, we used a dataset on the effect of a writing intervention. The data can be downloaded here (right-click to save as).

R scripts

A powerful way to visualize the effects of (mixed effects) regression models, is to plot Hypothetical Outcome Plots. These type of plots need a considerable amount of coding. Therefore, we provide two R-scripts that can be used as a starting point to plot your own results:

References and resources

More on the bayesplot package: https://mc-stan.org/bayesplot/

More on the ggdist package: https://mjskay.github.io/ggdist/reference/index.html

Papers on the use of quantile dotplots:

Back to top