Computation of the stress of Mds solution
MdsDimChoice() returns a table of stress values of Multidimensionnal scaling for different dimensions. The different dimensions to test are given as an argument of the function.
MdsDimChoice()
The Mds is based on smacof algorithm and may be metric or not metric.
MdsDimChoice(Part, dimen = c(2, 4), metric = FALSE, ties = "primary", itmax = 5000, eps = 1e-06)
Part
SortingPartition
dimen
dimen=c(2,4)
metric
metric=FALSE
ties
itmax
eps
Table of Kruskal stress for the chosen dimensions
data(AromaSort) Aroma<-SortingPartition(AromaSort) tabres<-MdsDimChoice(Aroma)
Useful links