Teaching materials for the introductory course on Bayesian inference at VIBASS

Installation

install.packages('vibass', repos = c('https://vabar.r-universe.dev', 'https://cloud.r-project.org'))

Example

The package contains the course practicals and associated interactive apps

library(vibass)
browseVignettes('vibass')  # Index of all practicals
vignette('p1')  # Open practical 1
vibass_app(1)   # Launch the interactive app for practical 1