powered by
Calculate the combination of components giving the maximum of geometric mean of TCCs
ssc_max(mat)
vector with TCCs having the highest possible geometric mean
matrix
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")
Run the code above in your browser using DataLab