R/outliers_detect.R
outliers_detect_iqr.RdDetects outliers in a data.frame/tibble using inter-quantile ranges
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] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE