knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ahpsensitivity

Contains a set of sensitivity analysis tools for two Multicriteria Decision Making (MDCM) methods: Analytic Hierarchy Process (AHP) and Weighted Sum Model (WSM). For the AHP, the probability of rank reversals and the most influential user can be obtained. Moreover, for both methods, the most critical measure of performance can be determined.

Installation

You can install the released version of ahpsensitivity from CRAN with:

install.packages("ahpsensitivity")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("iaga/ahpsensitivity")


iaga/ahpsensitivity documentation built on Dec. 20, 2021, 5:57 p.m.