Description Usage Arguments Value Examples
View source: R/outliers_detect.R
Detects outliers in a data.frame/tibble using inter-quantile ranges
1 | outliers_detect_iqr(s, threshold = 1.5)
|
s |
numeric vector for which the outliers need to be found |
threshold |
iqr factor used for outliers |
boolean vector with indices makerd true for the outliers
1 | outliers_detect_iqr(c(1,1,1,1,1,1,1,1,1,1,1e14))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.