c_outlying {stops} | R Documentation |
Measures the c-outlying structure
c_outlying(conf, aggr = max)
conf |
A numeric matrix. |
aggr |
the aggregation function for configurations of more than two dimensions. Defaults to max. |
delts<-smacof::kinshipdelta conf3<-smacof::smacofSym(delts,ndim=3)$conf c_outlying(conf3)