Teaching materials for theintroductory course onBayesian inference atVIBASS
Install the released version ofvibass from CRAN:
install.packages('vibass')Or install the development version from ourr-universewith:
install.packages('vibass',repos =c('https://vabar.r-universe.dev','https://cloud.r-project.org'))If installed with vignettes, the package contains the coursepracticals. Otherwise, it points to the corresponding articles in theweb sitehttp://vabar.es/vibass/.
Most importantly, it contains interactive apps associated with someof the practicals
library(vibass)## If installed with vignettes:## Otherwise, read at: http://vabar.es/vibass/browseVignettes('vibass')# Index of all practicalsvignette('p1')# Open practicalvibass_app()# Lists available appsvibass_app(1)# Launch the interactive app for practical 1