outlier | R Documentation |
Identify outliers based on the interquantile range
outlier(x, coef = 1.5, na.rm = TRUE, ...)
x |
vector |
coef |
multiplication factor |
Identifies outliers based on common rule of coef * the interquantile range. The default coefficient is set to 1.5. A coefficient of 3 is recommended for extremes. Returns a vector of true or false.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.