infoValue: Extract the information value from a weight of evidence table

Description Usage Arguments Value See Also Examples

View source: R/infoValue.R

Description

infoValue returns the total information value from a miscTools weight of evidence table (data frame with the "mt_woe" class, i.e. the result of running miscTools::woe())

Usage

1

Arguments

x

mt_woe data frame

Value

A numeric value with class "mt_infoValue" representing the total information value from the input weight of evidence table.

See Also

woe

Examples

1
2
3
4
5
6
x <- woe(mtcars$hp, mtcars$mpg > 20)
print(x)
class(x)
y <- infoValue(x)
print(y)
class(y)

dnegrey/miscTools documentation built on May 3, 2019, 2:57 p.m.