View source: R/structurednessindices.R
c_shepardness | R Documentation |
c-shepardness calculates the c-shepardness as the correlation between a loess smoother of the transformed distances and the transformed dissimilarities
c_shepardness(object, voidarg = NULL)
object |
an object of class smacofP |
voidarg |
empty argument to allow passing NULL as strucpar |
a numeric value
delts<-smacof::kinshipdelta
res<-smacofx::postmds(delts)
c_shepardness(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.