utilMWRoutlier {MassWateR} | R Documentation |
Identify outliers in a numeric vector
Description
Identify outliers in a numeric vector
Usage
utilMWRoutlier(x, logscl)
Arguments
x |
numeric vector of any length |
logscl |
logical to indicate if vector should be log10-transformed first |
Details
Outliers are identified as 1.5 times the interquartile range
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)
[Package MassWateR version 2.1.4 Index]