Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 13, 2023
1 parent b347d46 commit af97ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plot.si.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/plot.see_si.Rd

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

0 comments on commit af97ca8

Please sign in to comment.