Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 31, 2025
1 parent 5002f45 commit 6988491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/bayes_factors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ than the prior densities.
In `bayestestR`, this can be achieved with the `si()` function:

```{r}
my_first_si <- si(model, BF = 1)
my_first_si <- si(model, BF = 1, verbose = FALSE)
print(my_first_si)
```
Expand Down

0 comments on commit 6988491

Please sign in to comment.