is_outlier | R Documentation |
Function to identify outliers in a numeric vector by uisng the same logic used for R's base boxplots.
is_outlier(x, coef = 10)
x |
Numeric vector. |
coef |
A coefficient which determines the classification of an outlier. Use 0 for no outliers to be identified. |
Logical vector with the length of x
.
Stuart K. Grange.
boxplot.stats
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.