Mds of sorting data
MdsSort returns the results of the multidimensional scaling of a list of dissimilarities. The Mds is based on smacof algorithm and may be metric or not metric.
Botstrap on subjects allows to draw confidence regions for the stimuli.
MdsSort(Part,ndim=2,nboot=0,metric=FALSE,ties="primary",itmax=5000,eps=1e-06)
Part
SortingPartition
ndim
ndim=2
nboot
nboot=0
metric
metric=FALSE
ties
itmax
eps
An object of class SortingMds
SortingMds
data(AromaSort) Aroma<-SortingPartition(AromaSort) resMds<-MdsSort(Aroma,ndim=2)
Useful links