Description Usage Arguments Value Examples
Given full or partial orderings, this function will generate pairwise comparison Options 1. full - All available pairwise comparisons. This is used for partial rank data where the ranked objects are a random subset of all objects 2. adjacent - Only adjacent pairwise breakings 3. top - also takes in k, will break within top k and will also generate pairwise comparisons comparing the top k with the rest of the data 4. top.partial - This is used for partial rank data where the ranked alternatives are preferred over the non-ranked alternatives
1 |
Data |
data in either full or partial ranking format |
method |
- can be full, adjacent, top or top.partial |
k |
This applies to the top method, choose which top k to focus on |
Pairwise breakings, where the three columns are winner, loser and rank distance (latter used for Zemel)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.