Please download this repository and open the RStudio project file pavia-2018.Rproj
.
In addition to the rstan package, which you should already have installed (if not see https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started), please install the following packages if not already installed:
packages <- c(
'bayesplot',
'ggplot2',
'lubridate',
'rmarkdown',
'shinystan',
'tidyverse',
'rmarkdown'
)
install.packages(packages)
See the reading-list.pdf
or reading-list.html
files in the extra-topics
folder.