MRPlex: Mutual ranking probabilities on the lexicographic linear...

View source: R/MRPlex.R

MRPlexR 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 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.

Value

The MRP matrix of the selected profiles.

Examples

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

parsec documentation built on Aug. 19, 2023, 5:07 p.m.