Learn R Programming

stops (version 1.9-1)

c_shepardness: c-shepardness calculates the c-shepardness as the correlation between a loess smoother of the transformed distances and the transformed dissimilarities

Description

c-shepardness calculates the c-shepardness as the correlation between a loess smoother of the transformed distances and the transformed dissimilarities

Usage

c_shepardness(object, voidarg = NULL)

Value

a numeric value

Arguments

object

an object of class smacofP

voidarg

empty argument to allow passing NULL as strucpar

Examples

Run this code
delts<-smacof::kinshipdelta
res<-smacofx::postmds(delts)
c_shepardness(res)

Run the code above in your browser using DataLab