util_tukey {dataquieR}R Documentation

Utility function Tukey outlier rule

Description

This function calculates outliers according to the rule of Tukey.

Usage

util_tukey(x)

Arguments

x

numeric data to check for outliers

Value

binary vector

See Also

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


[Package dataquieR version 2.1.0 Index]