Code
library(plotly)
library(gganimate)
library(knitr)
library(kableExtra)
library(tidybayes)
library(posterior)
library(bayesplot)
library(cmdstanr)
library(tidyverse)
Stay tuned for (ir)regular updates!
We need to do some MCMC diagnostics to make sure our fit is valid.
We read in the CmdStanMCMC
object that we fit in Fitting a Model