pairwise_rv | R Documentation |
Pairwise rv coefficient
pairwise_rv(matlist)
matlist |
list of matrices (or matrix-like; see |
matrix of the pairwise coefficients
a <- matrix(sample(1:10,100,TRUE), nrow = 10) b <- matrix(sample(1:10,50,TRUE), nrow = 5) c <- matrix(sample(1:10,20,TRUE), nrow = 2) matlist <- list(a,b,c) pairwise_rv(matlist) pairwise_rv(lapply(matlist, t))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.