Description Usage Arguments Value Author(s) References See Also Examples
Deprecated in version 0.4.2. Use ahp.md
instead, which contains exactly the same functionality but with the correct name of the algorithm.
1 2 3 4 5 6 7 8 9 | ahp.harker(
ahpmat,
atts,
round = FALSE,
limit = FALSE,
iterations = 1,
stopcr = 0,
printiter = TRUE
)
|
ahpmat |
A list of pairwise comparison matrices of each decision maker generated by |
atts |
A list of attributes in the correct order |
round |
Rounds the imputation values of the matrix to the nearest integer if |
limit |
If set to |
iterations |
The number of comparisons with the highest inconsistency to be changed. For example, if |
stopcr |
The stopping Consistency Ratio, which was calculated by |
printiter |
Whether the number of iterations taken for each pairwise matrix is reported or not. If |
A list of matrices with values replaced with consistent values.
Frankie Cho
ahp.error ahp.cr
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.