emprule_rob {fMRIscrub} | R Documentation |
Robust empirical rule outlier detection applicable to approximately Normal data
emprule_rob(x, thr = 4)
x |
The data |
thr |
MAD threshold |
Logical vector indicating whether each element in x
is an
outlier (TRUE
if an outlier).