Learn R Programming

extracat (version 1.7-6)

ME: Measure of Effectiveness

Description

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

Usage

ME(x)

Arguments

x

A matrix, table or array.

Value

The ME value.

See Also

optME

Examples

Run this code
# NOT RUN {
a <- arsim(2000,c(8,9,10),3,0.2)
ME(a)
a2<-optME(a)
ME(a2)
# }

Run the code above in your browser using DataLab