Dist2mvm: Report distance to the multivariate median

Description Usage Arguments Value Examples

Description

Appends the distance to the multivariate median onto the the original input data and returns it.

Usage

1

Arguments

x

an object of a suitable class - at present only "MEDQObj".

Value

A data.frame with the distance to the multivariate median appended to the end of the original input data.

Examples

1
2
3
out <- medq(data = bgrouse)
summary(out)
BgDist2mvm <- Dist2mvm(out)

Blossom documentation built on May 29, 2017, 10:55 p.m.

Related to Dist2mvm in Blossom...