Skip to content

Commit

Permalink
pass down verbose (#629)
Browse files Browse the repository at this point in the history
* oass down verbose

* linbtr

* lintr

* lintr

* update test

* fix test

* pass verbose
  • Loading branch information
strengejacke authored Oct 8, 2023
1 parent 477f90a commit 3f7ad0c
Show file tree
Hide file tree
Showing 11 changed files with 196 additions and 97 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: bayestestR
Title: Understand and Describe Bayesian Models and Posterior Distributions
Version: 0.13.1.5
Version: 0.13.1.6
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
Expand Down
2 changes: 1 addition & 1 deletion R/bayesfactor_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ bayesfactor_pointnull <- function(posterior,
bayesfactor_rope <- function(posterior,
prior = NULL,
direction = "two-sided",
null = rope_range(posterior),
null = rope_range(posterior, verbose = FALSE),
verbose = TRUE,
...) {
if (length(null) < 2 && verbose) {
Expand Down
Loading

0 comments on commit 3f7ad0c

Please sign in to comment.