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

Plots in stepwise selection procedure

aravindhebbali opened this issue · comments

Currently, the end user can view the plot only for AIC in the following:

  • blr_step_aic_backward()
  • blr_step_aic_forward()
  • blr_step_aic_both()

The plots must be generated for BIC and deviance as well and the user must be able to choose the plot to be displayed.