ssc_max {staRdom}R Documentation

Calculate the combination of components giving the maximum of geometric mean of TCCs

Description

Calculate the combination of components giving the maximum of geometric mean of TCCs

Usage

ssc_max(mat)

Arguments

mat

matrix

Value

vector with TCCs having the highest possible geometric mean

Examples

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")

[Package staRdom version 1.1.28 Index]