From 1c2d62879353104e4e17dcb58421a344b49c1c13 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 Nov 2024 18:49:33 +0100 Subject: [PATCH] fix --- R/check_outliers.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/check_outliers.R b/R/check_outliers.R index 161bc65e7..ffb2d633f 100644 --- a/R/check_outliers.R +++ b/R/check_outliers.R @@ -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