R/outliers_detect.R
outliers_detect_zscore.Rd
Detects outliers in a data.frame/tibble using zscores
outliers_detect_zscore(s, threshold = 3)
s | numeric vector for which the outliers need to be found |
---|---|
threshold | zscore threshold used for outliers |
boolean vector with indices makerd true for the outliers
#> [1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE