Description Usage Arguments Value Examples
View source: R/is_simple_outlier.R
Determine outliers.Well suited in dplyr pipes TODO: Inlcude complex data such as time series outlier
1 | is_simple_outlier(x, l = 1.5)
|
x |
Numeric column |
l |
Lower limit and higher limits |
Logical vector indication outliers
1 2 3 4 | ## Not run:
mutate_if(is.numeric, funs(outlier = is_simple_outlier(.,1.5)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.