getStress {FreeSortR} | R Documentation |
Get the Kruskal stress value of the Mds solution returned by the function MdsSort()
.
getStress(object)
object |
An object of class |
A numeric value of stress.
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
resMds<-MdsSort(Aroma,ndim=2)
stress<-getStress(resMds)