MRPlex {parsec} | R Documentation |
The function returns the mutual ranking probabilities matrix evaluated considering only the lexicographic linear extensions. Results are obtained by exact formula.
MRPlex(profiles, selection = NULL)
profiles |
an object of S3 class |
selection |
a vector of |
The MRP matrix of the selected profiles.
prf <- var2prof(varlen = c(2, 2, 2))
MRPlex(prf)