c_outlying: c-outlying

View source: R/structurednessindices.R

c_outlyingR Documentation

c-outlying

Description

Measures the c-outlying structure

Usage

c_outlying(conf, aggr = max)

Arguments

conf

A numeric matrix.

aggr

the aggregation function for configurations of more than two dimensions. Defaults to max.

Value

a numeric value; outlying (see scagnostics)

Examples

delts<-smacof::kinshipdelta
conf3<-smacof::smacofSym(delts,ndim=3)$conf
c_outlying(conf3)

stops documentation built on Dec. 12, 2023, 3:02 a.m.