Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 4, 2024
1 parent 10a0c4e commit 9504f80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/check_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,10 @@ check_outliers.metabin <- check_outliers.metagen
# one will probably miss-represent the data.

if ((nrow(x) / ncol(x)) <= 10 && isTRUE(verbose)) {
insight::format_alert("Sample size is too small resp. number of variables is too high in your data for MCD to be reliable.") # nolint
insight::format_alert(
"Sample size is too small resp. number of variables is too high in your data for MCD to be reliable.",
"You may try to increase the `percentage_central` argument (must be between 0 and 1), or choose another method."
)
}

insight::check_if_installed("MASS")
Expand Down

0 comments on commit 9504f80

Please sign in to comment.