Learn R Programming

soilassessment (version 0.3.0)

comparisonTable: A function for normalizing decision ranking table

Description

This function normalizes the decision ranking table and determines consistency of the decisions

Usage

comparisonTable(df)

Value

nmtx: a normalized pairwise comparison matrix crt: consistency index and message on whether the input decisions are consistent for analysis

Arguments

df

A matrix of rank decisions with complete column names.

Author

Christian Thine Omuto

Details

The column names of the rank-decision table should correspond with the names of the criteria maps

References

Barzilai J. and Golany B., 1990. Deriving Weights from Pairwise Comparison Matrices: the Additive Case. Operations Research Letters 9: 407–410.

See Also

suitability, fertilitySuit

Examples

Run this code
data(nutrient)
library(FuzzyAHP)
comparisonTable(nutrient)

Run the code above in your browser using DataLab