Identify outliers in a numeric vector
Value
A logical vector equal in length to x
indicating TRUE
for outliers or FALSE
for within normal range
Examples
x <- rnorm(20)
utilMWRoutlier(x, logscl = FALSE)
#> [1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE
#> [13] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE