Skip to content

Commit

Permalink
Update describe_posterior.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Jan 27, 2025
1 parent 46139ea commit 600a493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/describe_posterior.R
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ describe_posterior.BFBayesFactor <- function(posterior,

#' @keywords internal
.check_if_need_to_compute_rope_range <- function(rope_range, test) {
if (rope_range != "default") {
if (is.numeric(rope_range) || is.list(rope_range)) {
return(FALSE)
}

Expand Down

0 comments on commit 600a493

Please sign in to comment.