MRPlex {parsec} | R Documentation |
Mutual ranking probabilities on the lexicographic linear extensions set
Description
The function returns the mutual ranking probabilities matrix evaluated considering only the lexicographic linear extensions. Results are obtained by exact formula.
Usage
MRPlex(profiles, selection = NULL)
Arguments
profiles |
an object of S3 class |
selection |
a vector of |
Value
The MRP matrix of the selected profiles.
Examples
prf <- var2prof(varlen = c(2, 2, 2))
MRPlex(prf)
[Package parsec version 1.2.7 Index]