Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgabry/pavia-2018
Stan/Bayes Class in Pavia
https://github.com/jgabry/pavia-2018
Last synced: about 1 month ago
JSON representation
Stan/Bayes Class in Pavia
- Host: GitHub
- URL: https://github.com/jgabry/pavia-2018
- Owner: jgabry
- Created: 2018-09-10T07:25:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T17:13:24.000Z (over 6 years ago)
- Last Synced: 2024-10-14T10:50:47.494Z (3 months ago)
- Language: HTML
- Size: 55.3 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pavia 2018
================================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:
```r
packages <- c(
'bayesplot',
'ggplot2',
'lubridate',
'rmarkdown',
'shinystan',
'tidyverse',
'rmarkdown'
)
install.packages(packages)
```-------
### Reading list
See the `reading-list.pdf` or `reading-list.html` files in the `extra-topics` folder.
### MCMC demo website
https://chi-feng.github.io/mcmc-demo/app.html
### Turn off compiler warnings
http://mc-stan.org/misc/warnings.html#compiler-warnings