Learn R Programming

parsec (version 1.2.7)

MRPlex: 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)

Value

The MRP matrix of the selected profiles.

Arguments

profiles

an object of S3 class wprof.

selection

a vector of string indicating a subset of profiles to evaluate the mutual ranking probabilities. If NULL the mutual ranking probabilities are evaluated for all profiles.

Examples

Run this code
  prf <- var2prof(varlen = c(2, 2, 2))
  MRPlex(prf)

Run the code above in your browser using DataLab