Description Usage Arguments Value
View source: R/multivariate_discretization.R
Fit logistic regression in the train dataframe and calculates the gini coef. in the test dataframe.
1 | logistic_reg_giniCoef(train, test, respName)
|
train |
Train DataFrame |
test |
Test DataFrame |
respName |
Name of response variable. Necessary to the formula of glm object. |
Returns the gini coef. of the test dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.