ssc_max | R Documentation |
Calculate the combination of components giving the maximum of geometric mean of TCCs
ssc_max(mat)
mat |
matrix |
vector with TCCs having the highest possible geometric mean
mat <- matrix(c(7,2,13,6,0,7,1,5,5), nrow = 3)
mat
sscs <- ssc_max(mat)
sscs
# order of components:
attr(sscs,"order")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.