util_sigmagap {dataquieR} | R Documentation |
Utility function outliers according to the rule of Huber et al.
Description
This function calculates outliers according to the rule of Huber et al.
Usage
util_sigmagap(x)
Arguments
x |
numeric data to check for outliers |
Value
binary vector
See Also
Other outlier_functions:
util_3SD()
,
util_hubert()
,
util_tukey()
[Package dataquieR version 2.1.0 Index]