View source: R/getPairComparisons.R
getPairwiseComparisons | R Documentation |
Create a list of pairwise comparisons from an input vector
unique_v = T will return a non-repeating list of pairs, so order of toCompare_v matters. unique_v = F will return all pairs
getPairwiseComparisons(toCompare_v, unique_v = T)
toCompare_v |
vector to run comparisons for |
unique_v |
logical indicating if only unique comparisons should be run |
list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.