clust_diss2 | R Documentation |
Dissimilarity between two clusters of variables when only the covariance/correlation matrix is known.
clust_diss2(x, A, B)
x |
a covariance/correlation matrix |
A |
indices of cluster A |
B |
indices of cluter B |
The dissimilarity between the two clusters
data(decathlon)
x <- cor(decathlon[,1:10])
A <- c(1,3,4)
B <- c(2,7,10)
clust_diss2(x,A,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.