torgerson {smacof}R Documentation

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

fit <- torgerson(Guerry)

[Package smacof version 2.1-6 Index]