gladstone-institutes / stancon2018helsinki_intro

StanCon2018 Helsinki Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

StanCon2018 Helsinki Tutorial


Languages

Language:Stan 100.0%