Learn R Programming

staRdom (version 1.1.28)

ssc_max: 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)

Value

vector with TCCs having the highest possible geometric mean

Arguments

mat

matrix

Examples

Run this code
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