View source: R/get_concordant_discordant_pairs.R
get_concordant_discordant_pairs | R Documentation |
Get concordant and discordant pairs for two variables
get_concordant_discordant_pairs(data, x, y)
data |
= data |
x |
variable 1 |
y |
variable 2 |
a data frame
mtcars$id <- seq.int(nrow(mtcars)) get_concordant_discordant_pairs(mtcars, x = vs, y = am)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.