LRfit: Logistic Regression Model Training by Stepwise

Description Usage Arguments Value

Description

LRfit is a simple wrapper of glm for logistic regression, you only need to specify the data and significance-level for training.

Usage

1
LRfit(df, sig = 0.05)

Arguments

df

A dataframe only with Xs and Y variable, all the category X variables must have been encoded(such as WOE, One-Hot and Dumb-Variable encoding).

sig

A numeric of significance-level.

Value

Same as glm


xxzcool/scoremodel documentation built on May 4, 2019, 10:56 a.m.