Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 23, 2024
1 parent fa4643b commit 7be1c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rope_range.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rope_range.mlm <- function(x, verbose = TRUE, ...) {
inverse = ,
identity = stats::family(x)$variance(sig),
log = 0.1 * log1p(1 / sig^-2)
)
)
} else if (information$is_correlation) {
# Correlations
# https://github.com/easystats/bayestestR/issues/121
Expand Down

0 comments on commit 7be1c64

Please sign in to comment.