outliers_detect_iqr: Detects outliers in a data.frame/tibble using inter-quantile...

Description Usage Arguments Value Examples

View source: R/outliers_detect.R

Description

Detects outliers in a data.frame/tibble using inter-quantile ranges

Usage

1
outliers_detect_iqr(s, threshold = 1.5)

Arguments

s

numeric vector for which the outliers need to be found

threshold

iqr factor used for outliers

Value

boolean vector with indices makerd true for the outliers

Examples

1
outliers_detect_iqr(c(1,1,1,1,1,1,1,1,1,1,1e14))

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