logistic_reg_giniCoef: Fit logistic regression in the train dataframe and calculates...

Description Usage Arguments Value

View source: R/multivariate_discretization.R

Description

Fit logistic regression in the train dataframe and calculates the gini coef. in the test dataframe.

Usage

1
logistic_reg_giniCoef(train, test, respName)

Arguments

train

Train DataFrame

test

Test DataFrame

respName

Name of response variable. Necessary to the formula of glm object.

Value

Returns the gini coef. of the test dataframe.


diegomattozo/categorization documentation built on Sept. 26, 2020, 3:42 p.m.