SortingMds-class {FreeSortR} | R Documentation |
Class SortingMds
Description
A class for Mds results
Objects from the Class
Objects are created by the function MdsSort()
.
Slots
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
Methods
- getConfig
signature(object = "SortingMds")
- getPercent
signature(object = "SortingMds")
- getStress
signature(object = "SortingMds")
- show
show(object = "SortingMds")
- summary
summary(object = "SortingMds")
Examples
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2,metric=FALSE)
summary(resMds)
[Package FreeSortR version 1.3 Index]