Computes the measure of effectiveness for a table, a matrix or an array.

ME(x)

Arguments

x

A matrix, table or array.

Value

The ME value.

See also

Examples

a <- arsim(2000,c(8,9,10),3,0.2) ME(a)
#> [1] 22191
a2<-optME(a) ME(a2)
#> [1] 103104