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: 4.

trans

Transform the data? Default: "none". The other choice is "robust-YJ". The "SHASH" method has not been implemented yet.

Value

The univariate outliers.


[Package fMRIscrub version 0.14.5 Index]