rsquaredacademy / blorr

Tools for developing binary logistic regression models

Home Page:https://blorr.rsquaredacademy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Stepwise Selection

aravindhebbali opened this issue · comments

Add a function blr_stepwise() for step wise selection of predictors. It should include the following arguments:

  • model: a binary logistic regression model
  • include: predictors to be included in the model at the beginning of the step wise process
  • enter: significance level at which the predictor will enter the model
  • retain: significance level at which the predictor will be retained in the model