-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
54 lines (38 loc) · 1.47 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# vibass
[`r htmltools::img(src = "http://vabar.es/images//widget_vibass7.jpg", width = "300px")`](http://vabar.es/events/vibass7/)
<!-- badges: start -->
[![R-CMD-check](https://github.com/VABAR/vibass/workflows/R-CMD-check/badge.svg)](https://github.com/VABAR/vibass/actions)
<!-- badges: end -->
Teaching materials for the [introductory course on Bayesian inference](http://vabar.es/events/vibass7-intro/) at [VIBASS](http://vabar.es/events/vibass7/)
## Installation
```{r install, eval = FALSE}
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/](http://vabar.es/vibass/).
Most importantly, it contains interactive apps associated with some of the
practicals
```{r example, eval = FALSE}
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
```
![](man/figures/p1_app.png)