MdsSort {FreeSortR} | R Documentation |
Mds of sorting data
Description
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.
Usage
MdsSort(Part,ndim=2,nboot=0,metric=FALSE,ties="primary",itmax=5000,eps=1e-06)
Arguments
Part |
Part is an object of class |
ndim |
Dimension of the Mds (default is |
nboot |
Number of bootstrap samples (default is |
metric |
Metric or non metric Mds (default is |
ties |
Treatment of ties in case of non metric Mds |
itmax |
Number maximum of iterations |
eps |
Epsilon fot Mds computation |
Value
An object of class SortingMds
Examples
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
[Package FreeSortR version 1.3 Index]