ssc_max {staRdom} | 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")