Skip to content
StanCon2018 Helsinki Tutorial
Branch: master
Clone or download
Latest commit 54bfe69 Sep 3, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data Initial commit Aug 28, 2018
slides slides Aug 29, 2018
stan_programs update Stan programs Aug 29, 2018
.gitattributes Initial commit Aug 28, 2018
.gitignore update Stan programs Aug 29, 2018
Pest_Control_Example.Rmd
README.md
reading-list.md Initial commit Aug 28, 2018
stancon2018helsinki_intro.Rproj Initial commit Aug 28, 2018

README.md

StanCon 2018 Helsinki Workshop

Please download this repository and open the RStudio project file stancon2018helsinki_intro.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'
)
install.packages(packages)
You can’t perform that action at this time.