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

Force variables to be included in all models

aravindhebbali opened this issue · comments

Users should be able to specify variables which must be included in the models using the include argument and it should be available in the following procedures:

  • blr_step_p_forward()
  • blr_step_aic_forward()
  • blr_step_p_backward()
  • blr_step_aic_backward()
  • blr_step_p_both()
  • blr_step_aic_both()