Description Usage Arguments Details Value Author(s) References See Also
Nonmetric multidimensional scaling by optimizing goodness of fit to a nonmetric hypothesis (Kruskal 1964)
1 |
D |
Dissimilarity structure. |
k |
Number of dimensions. |
u |
Optional starting configuration. A random start is used if missing. |
method |
Minimization method for |
... |
Other arguments passed to |
Function consists of stress function, derivative function of the stress,
and call to optim
.
Function returns a result object of optim
. For most items,
see the documentation of optim
. The following items have
a specific meaning in NMDS
:
par |
The final configuration. |
value |
The final stress. |
Jari Oksanen
Kruskal, J. B. (1964) Nonmetric multidimensional scaling: a numerical method. Psychometrika 29, 115–129.
isoMDS
function (MASS package)
implements the same algorithm but written in C. See optim
for the optimization routine and isoreg
for isotonic
regression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.