Utility function for 3SD deviations rule
This function calculates outliers according to the rule of 3SD deviations.
util_3SD(x)
x
: numeric data to check for outliersbinary vector
Other outlier_functions: util_hubert()
, util_sigmagap()
, util_tukey()
Useful links