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

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