Learn R Programming

FreeSortR (version 1.3)

getPercent: Gets the percentages of variance

Description

Returns the percentage of variance explained by the dimensions of a Mds solution returned by the function MdsSort().

Usage

getPercent(object)

Arguments

object

An object of class SortingMds

Value

A vector of percentage of variance of the Mds configuration.

Examples

Run this code
# NOT RUN {
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  resMds<-MdsSort(Aroma,ndim=2)
  perc<-getPercent(resMds)
# }

Run the code above in your browser using DataLab