Description Usage Arguments Details Value Author(s) Examples
Compute the IV for each group of a given categorical X and binary response Y. The resulting WOE can be usued in place of the categorical X so as to be used as a continuous variable.
1  | IV(X, Y, valueOfGood = 1)
 | 
X | 
 The categorical variable stored as factor for which Information Value (IV) is to be computed.  | 
Y | 
 The actual 1/0 flags for the binary response variable. It can take values of either 1 or 0, where 1 represents the 'Good' or 'Events' while 0 represents 'Bad' or 'Non-Events'.  | 
valueOfGood | 
 The value in Y that is used to represent 'Good' or the occurence of the event of interest. Defaults to 1.  | 
For a given actual for a Binary Y variable and a categorical X variable stored as factor, the information values are computed.
The Information Value (IV) for each group in categorical X variable.
Selva Prabhakaran selva86@gmail.com
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.