DF.Replace.Bin: Create Binning variable from Information Table

Description Usage Arguments Value

Description

The Function DF.Replace.Bin will create a data frame of binning variables as seen in Information table, it takes the argument dataframe, information table and dependent variable and then create seperate df with all the binning variables.

Usage

1
DF.Replace.Bin(X, y, Dependent = NULL)

Arguments

X

it's a data frame that is used to create the Information table from Information package.

y

it's a information table that is created by information package.

Dependent

it's a dependent variable that is used to classify good or bad.

Value

it will return a data frame with binning variables from information table.


prk327/AtConP documentation built on May 26, 2019, 8:33 a.m.