farout: Identify "far outlier" points using IQR method

Description Usage Arguments Value

View source: R/farout.R

Description

Identify "far outlier" points using IQR method

Usage

1
farout(x, tiles = 4, threshold = 3)

Arguments

x

numeric vector, matrix, or array

tiles

defaults to 4 (the IQR)

threshold

defaults to 3 ("far" or "extreme" outliers, i.e., beyond "outer fence")

Value

boolean vector of length(x) indicating which points (if any) are outlying


mcfreund/mfutils documentation built on Feb. 6, 2022, 4:57 a.m.