SortingMds-class {FreeSortR} | R Documentation |
SortingMds
A class for Mds results
Objects are created by the function 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")
signature(object = "SortingMds")
signature(object = "SortingMds")
show(object = "SortingMds")
summary(object = "SortingMds")
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2,metric=FALSE)
summary(resMds)