Skip to content

jgabry/stancon2018helsinki_intro

Repository files navigation

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)

The text in this repository is distributed under the CC BY 4.0 License and code is distributed under the New BSD License. Copyright to the authors (Lauren Kennedy, Jonah Gabry & Rob Trangucci)

About

StanCon2018 Helsinki Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages