c_outlying {stops} | R 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)
[Package stops version 1.6-2 Index]