Skip to content

Commit

Permalink
just skip (dont run) some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 9, 2024
1 parent aca1f46 commit d3d6426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/bayesfactor.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#' library(bayestestR)
#'
#' prior <- distribution_normal(1000, mean = 0, sd = 1)
#' posterior <- distribution_normal(1000, mean = .5, sd = .3)
#' posterior <- distribution_normal(1000, mean = 0.5, sd = 0.3)
#'
#' bayesfactor(posterior, prior = prior, verbose = FALSE)
#'
#' \donttest{
#' \dontrun{
#' # rstanarm models
#' # ---------------
#' model <- suppressWarnings(rstanarm::stan_lmer(extra ~ group + (1 | ID), data = sleep))
Expand Down
4 changes: 2 additions & 2 deletions man/bayesfactor.Rd

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

0 comments on commit d3d6426

Please sign in to comment.