Skip to content

Commit

Permalink
Try to fix warnings in examples and vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 12, 2023
1 parent ef50b6b commit 0b1827c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/plot.hdi.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ data_plot.bayestestR_eti <- data_plot.hdi
#' library(bayestestR)
#' set.seed(123)
#' m <- suppressWarnings(stan_glm(Sepal.Length ~ Petal.Width * Species, data = iris, refresh = 0))
#' result <- hdi(m)
#' result <- bayestestR::hdi(m)
#' result
#' plot(result)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/plot.see_hdi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/bayestestR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ represent the density of the null at the value - the ratio of their heights is
the value of the Savage-Dickey Bayes factor:

```{r}
result <- bayesfactor_parameters(model)
result <- bayesfactor_parameters(model, verbose = FALSE)
result
Expand Down

0 comments on commit 0b1827c

Please sign in to comment.