Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgabry/stancon2018helsinki_intro
StanCon2018 Helsinki Tutorial
https://github.com/jgabry/stancon2018helsinki_intro
Last synced: about 1 month ago
JSON representation
StanCon2018 Helsinki Tutorial
- Host: GitHub
- URL: https://github.com/jgabry/stancon2018helsinki_intro
- Owner: jgabry
- Created: 2018-08-28T20:06:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T16:02:31.000Z (over 5 years ago)
- Last Synced: 2024-10-14T10:50:47.445Z (3 months ago)
- Language: Stan
- Size: 4.46 MB
- Stars: 28
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
```r
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)