RD_univOut: Univariate outlier detection for robust distance

View source: R/robdist.R

RD_univOutR 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.


fMRIscrub documentation built on Oct. 25, 2023, 9:07 a.m.