Description Usage Arguments Value
View source: R/create_contrasts.R
Creates all the possible pairwise contrasts between the unique elements of a vector.
1 | createPairwiseContrasts(x, sep = "-", reverseLevs = TRUE)
|
x |
Vector to be combined in pairs. |
sep |
Separator of resulting contrasts. |
reverseLevs |
Reverse levels before contrasts? Defaults to TRUE |
A character vector containing all the possible pairwise contrasts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.