Description Usage Arguments Value Examples
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.
1 |
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 |
An object of class SortingMds
1 2 3 | data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.