View source: R/structurednessindices.R
| c_outlying | R Documentation | 
Measures the c-outlying structure
c_outlying(conf, aggr = NULL)
conf | 
 A numeric matrix.  | 
aggr | 
 the aggregation function for configurations of more than two dimensions. Defaults to max.  | 
a numeric value; outlying (see scagnostics)
delts<-smacof::kinshipdelta
conf3<-smacof::smacofSym(delts,ndim=3)$conf
c_outlying(conf3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.