ahp: Analytic Hierarchy Process

View source: R/ahp.h.R

ahpR Documentation

Analytic Hierarchy Process

Description

Analytic Hierarchy Process

Usage

ahp(data, vars, itemmat = TRUE, weights = FALSE, cir = FALSE)

Arguments

data

The data as a data frame.

vars

.

itemmat

.

weights

.

cir

.

Value

A results object containing:

results$instructions a html
results$itemmat a table
results$weights a table
results$cir a table

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$itemmat$asDF

as.data.frame(results$itemmat)


hyunsooseol/seolmatrix documentation built on July 25, 2024, 4:42 a.m.