Description Usage Arguments Value Examples
This function receives a vector and returns the corresponding NxN concordance matrix.
1 | vec2concord(vec)
|
vec |
vector. |
the corresponding NxN concordance matrix.
1 2 | vec <- sample(c(1,0), 4, replace=TRUE)
vec2concord(vec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.