Description Usage Arguments Value Examples
Compute signs of differences of pairs
1 |
data |
a matrix of data of length n |
a matrix of length n*(n-1)/2
1 2 | data <- mvtnorm::rmvnorm(n = 10, sigma = diag(3))
signsofpairs(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.