View source: R/utliMWRoutlier.R
utilMWRoutlier | R Documentation |
Identify outliers in a numeric vector
utilMWRoutlier(x, logscl)
x |
numeric vector of any length |
logscl |
logical to indicate if vector should be log10-transformed first |
Outliers are identified as 1.5 times the interquartile range
A logical vector equal in length to x
indicating TRUE
for outliers or FALSE
for within normal range
x <- rnorm(20)
utilMWRoutlier(x, logscl = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.