Aggregate individual judgments
Aggregate individual judgments from pairwise comparison matrices
ahp.aggjudge(ahpmat, atts, aggmethod = "geometric", qt = 0)
ahpmat |
A list of pairwise comparison matrices of each decision maker generated by |
atts |
a list of attributes in the correct order |
aggmethod |
The method of aggregating the judgments by all decision-makers. Five modes aggregation are available: |
qt |
specifies the quantile which the top and bottom priority weights are trimmed. Used only if |
A data.frame
of the aggregated pairwise judgments of all the decision-makers.
Frankie Cho
## Computes individual judgments with geometric mean and aggregates them ## with a trimmed arithmetic mean data(city200) atts <- c('cult', 'fam', 'house', 'jobs', 'trans') cityahp <- ahp.mat(df = city200, atts = atts, negconvert = TRUE) ahp.aggjudge(cityahp, atts, aggmethod = 'tmean', qt = 0.1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.