torgerson {cops} | R Documentation |
Torgerson scaling
torgerson(delta, p = 2)
delta |
symmetric, numeric matrix of distances |
p |
target space dimensions |
a n x p matrix (the configuration)
dis<-as.matrix(smacof::kinshipdelta) res<-torgerson(dis)