powered by
Weight of evidence for categorical(X-independent) variable against Target variable (Y)
ExpWoeTable(X, Y, valueOfGood = NULL, print = FALSE, Round = 2)
Weight of evidance summary table
Independent categorical variable.
Binary response variable, it can take values of either 1 or 0.
Value of Y that is used as reference category.
print results
rounds the values
The weight of evidence tells the predictive power of an independent variable in relation to the dependent variable
X = mtcars$gear Y = mtcars$am WOE = ExpWoeTable(X,Y,valueOfGood = 1)
Run the code above in your browser using DataLab