Learn R Programming

dataquieR (version 2.1.0)

util_tukey: Utility function Tukey outlier rule

Description

This function calculates outliers according to the rule of Tukey.

Usage

util_tukey(x)

Value

binary vector

Arguments

x

numeric data to check for outliers

See Also

Other outlier_functions: util_3SD(), util_hubert(), util_sigmagap()