The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

vibass

R-CMD-check

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.