powered by
SortingMds
A class for Mds results
Objects are created by the function MdsSort().
MdsSort()
nstimuli
Number of stimuli
nsubjects
Number of subjects
LabStim
Labels of stimuli
LabSubj
Labels of subjects
ndim
Dimension of the Mds
Config
Array of the configuration of stimuli
Percent
Vector of inertia of the dimensions
Stress
Kruskal stress of the configuration
ResBoot
(optional) Results of bootstrap on the subjects
signature(object = "SortingMds")
show(object = "SortingMds")
summary(object = "SortingMds")
# NOT RUN { data(AromaSort) Aroma<-SortingPartition(AromaSort) resMds<-MdsSort(Aroma,ndim=2,metric=FALSE) summary(resMds) # }
Run the code above in your browser using DataLab