Description
Materials for Introductory Course on Bayesian Learning.
Description
Practicals, data sets, helper functions and interactive 'Shiny' apps used in the introductory course on Bayesian inference at the Valencia International Bayesian Summer School. Installing 'vibass' installs all the other packages used during the course and downloads all necessary materials for working off line.
README.md
vibass
Teaching materials for the introductory course on Bayesian inference at VIBASS
Installation
Install the development version from our r-universe
with:
install.packages('vibass', repos = c('https://vabar.r-universe.dev', 'https://cloud.r-project.org'))
Example
If installed with vignettes, the package contains the course practicals. Otherwise, it points to the corresponding articles in the web site http://vabar.es/vibass/.
Most importantly, it contains interactive apps associated with some of the practicals
library(vibass)
## If installed with vignettes:
## Otherwise, read at: http://vabar.es/vibass/
browseVignettes('vibass') # Index of all practicals
vignette('p1') # Open practical
vibass_app() # Lists available apps
vibass_app(1) # Launch the interactive app for practical 1