c_outlying function

c-outlying

c-outlying

Measures the c-outlying structure

c_outlying(conf, aggr = NULL)

Arguments

  • conf: A numeric matrix.
  • aggr: the aggregation function for configurations of more than two dimensions. Defaults to max.

Returns

a numeric value; outlying (see scagnostics)

Examples

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