outliersUV {nipnTK} | R Documentation |
IQR to detect univariate outliers
Description
IQR to detect univariate outliers
Usage
outliersUV(x, fence = 1.5)
Arguments
x |
Numeric vector |
fence |
|
Value
A logical vector (TRUE for an outlier)
Examples
# Use outliersUV() to detect univariate outliers in an anthropometric
# dataset from a SMART survey from Angola (rl.ex01)
svy <- rl.ex01
svy[outliersUV(svy$muac), ]
[Package nipnTK version 0.2.0 Index]