FuzzyAHP is an R package for calculation of both classic and fuzzy AHP. The package is only suitable for AHP that uses categorical rating of criteria for alternatives instead of pairwise comparison of alternatives according to each criteria. This adaptation of AHP is common in situations when the number of alternatives is hight and the pairwise comparison is thus inadequate or impossible to construct. The weights for criteria are, however, still determined from the pairwise comparison matrix. This approach towards AHP is common in Geosciences as well as other fields (please see References for examples). A practical example of using FuzzyAHP in geosciences can be found in Caha and Burian (2017).
The determination of criteria weights is done according to process described by Krejčí, Pavlačka, and Talašová (2016), which yelds significantly narrower fuzzy numbers than previously used approaches.
To cite this package use:
## To cite package 'FuzzyAHP' in publications use:
##
## Caha J, Drážná A (2019). _Information about FuzzyAHP package for R (ver.0.9.5)_. R package version 0.9.5,
## <http://github.com/JanCaha/FuzzyAHP/>.
##
## A BibTeX entry for LaTeX users is
##
## @Manual{,
## title = {Information about FuzzyAHP package for R (ver.0.9.5)},
## author = {Jan Caha and Aneta Drážná},
## year = {2019},
## note = {R package version 0.9.5},
## url = {http://github.com/JanCaha/FuzzyAHP/},
## }
If you use this package in publication, please consider citing our article: Caha and Burian (2017)
@InCollection{Caha2017,
author = {Caha, Jan and Burian, Jaroslav},
title = {{Comparison of Fuzzy AHP Algorithms for Land Suitability Assessment}},
booktitle = {Dynamics in GIscience. GIS OSTRAVA 2017. Lecture Notes in Geoinformation and Cartography},
publisher = {Springer},
year = {2017},
editor = {Ivan, Igor and Hor{\'{a}}k, Ji\v{r}{\'{i}} and Inspektor, Tom{\'{a}}{\v{s}}},
pages = {31--46},
address = {Cham},
doi = {10.1007/978-3-319-61297-3_3},
}
The source code for this package is available from: https://github.com/JanCaha/FuzzyAHP.
R package ahp provides classical implementation of AHP based on pairwise comparison of both criteria and alternatives. The package is available from https://CRAN.R-project.org/package=ahp.