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 and visualisation:
- JAGS is Just Another Gibbs Sampler
- rjags
- R2jags
- blavaan
- posterior
- RStan
- rstanarm
- INLA
- OpenBUGS
- R2OpenBUGS
- bayesplot
- ggdist
- 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-bayesianrun a container:
docker run -d -p 8787:8787 mavelli/rocker-bayesianconnect to rstudio in a webbrowser at
localhost:8787Addapt the Dockerfile
make buildwait, it takes around 700 s for me to build it from scratch (without pulling).
enjoy