Detect outliers in the given vector
outliers_detect(s, method = "zscore")
s | vector that contains the data to detect outliers in |
---|---|
method | method to detect outliers. One of 'zscore', 'iqr', 'iforest' |
boolean vecotr with indices makerd true for the outliers
#> [1] FALSE FALSE FALSE FALSE FALSE