RD_univOut {fMRIscrub} | R Documentation |
Univariate outlier detection for robust distance
Description
Identify the univariate outliers with robust distance.
Usage
RD_univOut(data, cutoff = 4, trans = c("none", "robust-YJ", "SHASH"))
Arguments
data |
The data |
cutoff |
Default: |
trans |
Transform the data? Default: |
Value
The univariate outliers.
[Package fMRIscrub version 0.14.5 Index]