Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 24, 2024
1 parent a5ca716 commit 1c2d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ check_outliers.default <- function(x,
}

# Pareto
if ("pareto" %in% method && m_info(x)$is_bayesian) {
if ("pareto" %in% method && m_info$is_bayesian) {
data_pareto <- .check_outliers_pareto(
x,
threshold = thresholds$pareto
Expand Down

0 comments on commit 1c2d628

Please sign in to comment.