| outliersUV | R Documentation | 
IQR to detect univariate outliers
outliersUV(x, fence = 1.5)
x | 
 Numeric vector  | 
fence | 
 
  | 
A logical vector (TRUE for an outlier)
# 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), ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.