ahp | R Documentation |
Analytic Hierarchy Process
ahp(data, vars, itemmat = TRUE, weights = FALSE, cir = FALSE)
data |
The data as a data frame. |
vars |
. |
itemmat |
. |
weights |
. |
cir |
. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.