Learn R Programming

ahp (version 0.2.12)

PrioritiesFromScoresDefault: Converts a vector of scores into priority weights.

Description

While pure AHP limits itself to pairwise preferences, scoring alternatives on an arbitrary scale is often much less time consuming in practice. This method calculates the priority weight as score / sum(scores)

Usage

PrioritiesFromScoresDefault(scores)

Arguments

scores

a vector of scores

Value

a vector of priority weights