WOE: Find Weight Of Evidence

Description Usage Arguments Methods (by class)

Description

This function finds the WOE and IV of a variable in regards to its relationship with the dependent variable. If x is a factor it will be converted to a character vector.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
woe(x, y)

## S3 method for class 'numeric'
woe(x, y)

## S3 method for class 'factor'
woe(x, y)

## S3 method for class 'character'
woe(x, y)

Arguments

x

Independent variable

y

Must be Categorical or only have two values. Also can't contain any NA values

Methods (by class)


mattmills49/modeler documentation built on May 21, 2019, 1:25 p.m.