compareResults {FuzzyAHP} | R Documentation |
This function ranks data from the highest value to the lowest. Essentially it does
(nrow(data)+1) - rank(data, na.last ="keep", ties.method= "max")
.
compareResults(data)
## S4 method for signature 'matrix'
compareResults(data)
data |
A matrix with one column. Usually an output of function |
A "matrix"
of numeric value that indicates ranking of each row, with the highest value ranked as 1.