Description Usage Arguments Value
Given a numeric vector, return the upper and lower bounds for outliers. Assumes IQR * 1.5 as bounds.
1 | outliers(x, na.rm = T)
|
x |
a numeric vector to be analysed. |
na.rm |
logical; if true, NA values are removed before IQR and quantiles are computed. |
a list with two values:
bottom - the lower bound
top - the upper bound
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.