outliers_detect: Detect outliers in the given vector

Description Usage Arguments Value Examples

View source: R/outliers_detect.R

Description

Detect outliers in the given vector

Usage

1
outliers_detect(s, method = "zscore")

Arguments

s

vector that contains the data to detect outliers in

method

method to detect outliers. One of 'zscore', 'iqr', 'iforest'

Value

boolean vecotr with indices makerd true for the outliers

Examples

1
outliers_detect(c(1,2,1,2,100))

UBC-MDS/eaziReda documentation built on March 24, 2021, 2:22 a.m.