Skip to content

Commit

Permalink
update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Feb 4, 2024
1 parent 7250bb7 commit bb17417
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 @@ -1750,7 +1750,7 @@ check_outliers.metabin <- check_outliers.metagen

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

0 comments on commit bb17417

Please sign in to comment.