smacof (version 2.0-0)

torgerson: Torgerson Scaling

Description

Classical MDS aka Torgerson Scaling

Usage

torgerson(delta, p)

Arguments

delta

Dissimilarity matrix

p

Number of dimensions

Value

Returns an \(n \times p\) matrix of configurations

References

Borg, I., & Groenen, P. J. F. (2005). Modern Multidimensional Scaling (2nd ed.). Springer.

Examples

Run this code
# NOT RUN {
fit <- torgerson(Guerry)
# }

Run the code above in your browser using DataLab