mdout: Identify multivariate outlying observations in a dataset

Description Usage Arguments Value Author(s) Examples

View source: R/analysis.R

Description

Identify multivariate outlying observations based on squared Mahalanobis distances.

Usage

1
mdout(data,alpha)

Arguments

data

A matrix which contains data to be detected.

alpha

The Alpha level for the test.

Value

An object which contains IDs of the identified multivariate outlying observations.

Author(s)

Xin Tong and Zhiyong Zhang

Examples

1
2
3
4
5
6
## Not run: 
data(N300)
outlying <- mdout(N300,alpha=0.025)
outlying

## End(Not run)

gcmdiag documentation built on May 2, 2019, 4:43 p.m.