Skip to content

Commit

Permalink
Add warning to rope range #364
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Jan 26, 2021
1 parent 6520a74 commit 059fb56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/rope_range.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ rope_range.mlm <- function(x, ...) {

# Logistic Regression Models
} else if (information$is_binomial) {
warning("Note that the default rope range for binomial models might change in future versions (see https://github.com/easystats/bayestestR/issues/364). Please set it explicitly (`range = 0.1 * pi / sqrt(3)`) to preserve current results.")
0.1 * pi / sqrt(3)

# Count Models
Expand Down

0 comments on commit 059fb56

Please sign in to comment.