Feature: Stepwise Selection
aravindhebbali opened this issue · 0 comments
aravindhebbali commented
Add a function blr_stepwise()
for step wise selection of predictors. It should include the following arguments:
model
: a binary logistic regression modelinclude
: predictors to be included in the model at the beginning of the step wise processenter
: significance level at which the predictor will enter the modelretain
: significance level at which the predictor will be retained in the model