This is a Docker Image for a RStudio environement based on rocker/verse from the awesome Rocker Project with the following Tools added for Bayesian modelling:
- JAGS is Just Another Gibbs Sampler
- rjags
- R2jags
- RStan
- rstanarm
- INLA
- OpenBUGS
- R2OpenBUGS
- bayesplot
- tidybayes
- brms
Since this image is based on rocker/verse, I suggest their excellent documentation on how to use it: Using the RStudio image
in a nutshell:
get the image from docker hub:
docker pull mavelli/rocker-bayesian
run a container:
docker run -d -p 8787:8787 mavelli/rocker-bayesian
connect to rstudio in a webbrowser at
localhost:8787