ahp.indpref {ahpsurvey} | R Documentation |
Computes priority weights of individual decision-makers
Description
ahp.indpref
computes the individual priorities of the decision-makers, and returns a data.frame
containing the priority weights of the decision-makers.
Usage
ahp.indpref(ahpmat, atts, method = "geometric")
Arguments
ahpmat |
A list of pairwise comparison matrices of each decision maker generated by |
atts |
a list of attributes in the correct order |
method |
if |
Value
A data.frame
of the individual priorities of all the decision-makers.
Author(s)
Frankie Cho
References
Saaty TL (2003). “Decision-making with the AHP: Why is the principal eigenvector necessary.” European Journal of Operational Research, 145(1), 85 - 91. ISSN 0377-2217, http://www.sciencedirect.com/science/article/pii/S0377221702002278.
Examples
data(city200)
atts <- c('cult', 'fam', 'house', 'jobs', 'trans')
cityahp <- ahp.mat(df = city200, atts = atts, negconvert = TRUE)
ahp.indpref(cityahp, atts, method = "eigen")