comparisonTable {soilassessment} | R Documentation |
A function for normalizing decision ranking table
Description
This function normalizes the decision ranking table and determines consistency of the decisions
Usage
comparisonTable(df)
Arguments
df |
A matrix of rank decisions with complete column names. |
Details
The column names of the rank-decision table should correspond with the names of the criteria maps
Value
nmtx: a normalized pairwise comparison matrix crt: consistency index and message on whether the input decisions are consistent for analysis
Author(s)
Christian Thine Omuto
References
Barzilai J. and Golany B., 1990. Deriving Weights from Pairwise Comparison Matrices: the Additive Case. Operations Research Letters 9: 407–410.
See Also
Examples
data(nutrient)
library(FuzzyAHP)
comparisonTable(nutrient)
[Package soilassessment version 0.2.6 Index]