# Generated by roxygen2: do not edit by hand

S3method(blr_bivariate_analysis,default)
S3method(blr_coll_diag,default)
S3method(blr_gains_table,default)
S3method(blr_model_fit_stats,default)
S3method(blr_multi_model_fit_stats,default)
S3method(blr_regress,default)
S3method(blr_regress,glm)
S3method(blr_segment,default)
S3method(blr_segment_dist,default)
S3method(blr_segment_twoway,default)
S3method(blr_step_aic_backward,default)
S3method(blr_step_aic_both,default)
S3method(blr_step_aic_forward,default)
S3method(blr_step_p_backward,default)
S3method(blr_step_p_both,default)
S3method(blr_step_p_forward,default)
S3method(blr_test_hosmer_lemeshow,default)
S3method(blr_test_lr,default)
S3method(blr_woe_iv,default)
S3method(plot,blr_gains_table)
S3method(plot,blr_segment_dist)
S3method(plot,blr_step_aic_backward)
S3method(plot,blr_step_aic_both)
S3method(plot,blr_step_aic_forward)
S3method(plot,blr_step_p_backward)
S3method(plot,blr_step_p_both)
S3method(plot,blr_step_p_forward)
S3method(plot,blr_woe_iv)
S3method(print,blr_bivariate_analysis)
S3method(print,blr_coll_diag)
S3method(print,blr_gains_table)
S3method(print,blr_model_fit_stats)
S3method(print,blr_multi_model_fit_stats)
S3method(print,blr_regress)
S3method(print,blr_segment)
S3method(print,blr_segment_dist)
S3method(print,blr_segment_twoway)
S3method(print,blr_step_aic_backward)
S3method(print,blr_step_aic_both)
S3method(print,blr_step_aic_forward)
S3method(print,blr_step_p_backward)
S3method(print,blr_step_p_both)
S3method(print,blr_step_p_forward)
S3method(print,blr_test_hosmer_lemeshow)
S3method(print,blr_test_lr)
S3method(print,blr_woe_iv)
export(blr_bivariate_analysis)
export(blr_coll_diag)
export(blr_confusion_matrix)
export(blr_decile_capture_rate)
export(blr_decile_lift_chart)
export(blr_eigen_cindex)
export(blr_gains_table)
export(blr_gini_index)
export(blr_ks_chart)
export(blr_launch_app)
export(blr_linktest)
export(blr_lorenz_curve)
export(blr_model_fit_stats)
export(blr_multi_model_fit_stats)
export(blr_pairs)
export(blr_plot_c_fitted)
export(blr_plot_c_leverage)
export(blr_plot_deviance_fitted)
export(blr_plot_deviance_residual)
export(blr_plot_dfbetas_panel)
export(blr_plot_diag_c)
export(blr_plot_diag_cbar)
export(blr_plot_diag_difchisq)
export(blr_plot_diag_difdev)
export(blr_plot_diag_fit)
export(blr_plot_diag_influence)
export(blr_plot_diag_leverage)
export(blr_plot_difchisq_fitted)
export(blr_plot_difchisq_leverage)
export(blr_plot_difdev_fitted)
export(blr_plot_difdev_leverage)
export(blr_plot_fitted_leverage)
export(blr_plot_leverage)
export(blr_plot_leverage_fitted)
export(blr_plot_pearson_residual)
export(blr_plot_residual_fitted)
export(blr_regress)
export(blr_residual_diagnostics)
export(blr_roc_curve)
export(blr_rsq_adj_count)
export(blr_rsq_count)
export(blr_rsq_cox_snell)
export(blr_rsq_effron)
export(blr_rsq_mcfadden)
export(blr_rsq_mcfadden_adj)
export(blr_rsq_mckelvey_zavoina)
export(blr_rsq_nagelkerke)
export(blr_segment)
export(blr_segment_dist)
export(blr_segment_twoway)
export(blr_step_aic_backward)
export(blr_step_aic_both)
export(blr_step_aic_forward)
export(blr_step_p_backward)
export(blr_step_p_both)
export(blr_step_p_forward)
export(blr_test_hosmer_lemeshow)
export(blr_test_lr)
export(blr_vif_tol)
export(blr_woe_iv)
export(blr_woe_iv_stats)
importFrom(Rcpp,sourceCpp)
importFrom(car,Anova)
importFrom(caret,confusionMatrix)
importFrom(checkmate,check_choice)
importFrom(checkmate,check_class)
importFrom(checkmate,check_data_frame)
importFrom(checkmate,check_logical)
importFrom(checkmate,check_number)
importFrom(checkmate,check_tibble)
importFrom(checkmate,check_true)
importFrom(cli,cat_line)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(e1071,classAgreement)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(glue,glue)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,marrangeGrob)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,divide_by)
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(magrittr,is_greater_than)
importFrom(magrittr,multiply_by)
importFrom(magrittr,multiply_by_matrix)
importFrom(magrittr,raise_to_power)
importFrom(magrittr,set_colnames)
importFrom(magrittr,subtract)
importFrom(magrittr,use_series)
importFrom(purrr,map)
importFrom(purrr,map2_int)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,prepend)
importFrom(rlang,quo_name)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(shiny,isRunning)
importFrom(shiny,runApp)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,confint)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,dfbetas)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,hatvalues)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,pchisq)
importFrom(stats,predict.glm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rstandard)
importFrom(stats,terms)
importFrom(tibble,add_column)
importFrom(tibble,add_row)
importFrom(tibble,as_data_frame)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,data)
useDynLib(blorr, .registration = TRUE)
