Learn R Programming

logiBin (version 0.3)

Binning Variables to Use in Logistic Regression

Description

Fast binning of multiple variables using parallel processing. A summary of all the variables binned is generated which provides the information value, entropy, an indicator of whether the variable follows a monotonic trend or not, etc. It supports rebinning of variables to force a monotonic trend as well as manual binning based on pre specified cuts. The cut points of the bins are based on conditional inference trees as implemented in the partykit package. The conditional inference framework is described by Hothorn T, Hornik K, Zeileis A (2006) .

Copy Link

Version

Install

install.packages('logiBin')

Monthly Downloads

286

Version

0.3

License

GPL-2

Maintainer

Sneha Tody

Last Published

May 21st, 2018

Functions in logiBin (0.3)

forceDecrTrend

Force a numerical variable to follow a monotonically decreasing trend
getBins

Bins variables to be used in logistic regression
binTest

Checking the performance of the bins created on test data
forceIncrTrend

Force a numerical variable to follow a monotonically increasing trend
createBins

Add binned variables to data
loanData

Simulated default data of 100 customers
manualSplit

Split a variable based on specified cuts
naCombine

Combine NA bins