knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(purrr) library(rstan) library(bayesplot) library(ggplot2) options(mc.cores = parallel::detectCores()) rstan_options(auto_write = TRUE) seed = 234 set.seed(seed)
This is currently empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.