ME.Rd
Computes the measure of effectiveness for a table, a matrix or an array.
ME(x)
A matrix, table or array.
The ME value.
optME
a <- arsim(2000,c(8,9,10),3,0.2) ME(a)#> [1] 22191a2<-optME(a) ME(a2)#> [1] 103104