From af97ca833cee8249289cbb1ab6fa447d9ee10d62 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 13 Oct 2023 10:39:40 +0200 Subject: [PATCH] fix example --- R/plot.si.R | 2 +- man/plot.see_si.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plot.si.R b/R/plot.si.R index 479d7b023..3e7edfa06 100644 --- a/R/plot.si.R +++ b/R/plot.si.R @@ -17,7 +17,7 @@ #' library(bayestestR) #' set.seed(123) #' m <<- suppressWarnings(stan_glm(Sepal.Length ~ Petal.Width * Species, data = iris, refresh = 0)) -#' result <- si(m) +#' result <- si(m, verbose = FALSE) #' result #' plot(result) #' diff --git a/man/plot.see_si.Rd b/man/plot.see_si.Rd index 8b8dea8a9..7ea480514 100644 --- a/man/plot.see_si.Rd +++ b/man/plot.see_si.Rd @@ -44,7 +44,7 @@ library(rstanarm) library(bayestestR) set.seed(123) m <<- suppressWarnings(stan_glm(Sepal.Length ~ Petal.Width * Species, data = iris, refresh = 0)) -result <- si(m) +result <- si(m, verbose = FALSE) result plot(result) \dontshow{\}) # examplesIf}