Description Usage Arguments Details Examples
View source: R/interval_judgement.R
A function to create a pairwise comparison matrix
1  | pcmatrix(x, n)
 | 
x | 
 Vector, it contains the upper triangular elements of the matrix  | 
n | 
 Integer, total number of criteria  | 
Given a vector with the upper triangular elements of a pairwise comparison matrix, this function returns a matrix in the pairwise comparison form
C = ≤ft[ {\begin{array}{cccc} 1 & a_{12} & … & a_{1m}\\ 1/a_{12} & 1 & … & a_{2m} \\ … & … & 1 & …\\ 1/a_{1m} & 1/a_{2m} & … & 1 \end{array} } \right]
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.