apply.DEMATEL | R Documentation |
Apply DEMATEL method
apply.DEMATEL(comparisons.mat)
comparisons.mat |
the matrix containing information related to pairwise comparisons of criteria |
a list containing two vectors one holding D-R and the other D+R
comparisons.mat <- matrix(c(0, 3, 3, 4,
1, 0, 2, 1,
1, 2, 0, 2,
1, 2, 1, 0), nrow=4)
rownames(comparisons.mat)<-c("Price/cost", "Storage Space", "Camera", "Processor")
colnames(comparisons.mat)<-c("Price/cost", "Storage Space", "Camera", "Processor")
apply.DEMATEL(comparisons.mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.