ME: Measure of Effectiveness

Description Usage Arguments Value See Also Examples

View source: R/fastRcrit.R

Description

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

Usage

1
ME(x)

Arguments

x

A matrix, table or array.

Value

The ME value.

See Also

optME

Examples

1
2
3
4
a <- arsim(2000,c(8,9,10),3,0.2)
ME(a)
a2<-optME(a)
ME(a2)

extracat documentation built on July 17, 2018, 5:05 p.m.

Related to ME in extracat...