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

Plot limitations

aravindhebbali opened this issue · comments

Currently, the end user cannot modify the appearance of the plots generated by blorr. The plots are useful for absolute beginners while others would want to generate the plots using their own code. To address this issue, all the functions used in generating data for the plots must be exported. Those users who are well versed with R plotting libraries will then be able to use the above exported functions to prep the data and then use their favorite library to generate the plots. The functions used for preparing data for the following plots must be exported:

  • blr_roc_curve
  • blr_lorenz_curve
  • blr_ks_chart
  • blr_decile_capture_rate
  • blr_decile_lift_chart