# Generated by roxygen2: do not edit by hand

S3method(ols_coll_diag,default)
S3method(ols_correlations,default)
S3method(ols_pure_error_anova,default)
S3method(ols_regress,default)
S3method(ols_regress,lm)
S3method(ols_step_all_possible,default)
S3method(ols_step_backward_aic,default)
S3method(ols_step_backward_p,default)
S3method(ols_step_best_subset,default)
S3method(ols_step_both_aic,default)
S3method(ols_step_both_p,default)
S3method(ols_step_forward_aic,default)
S3method(ols_step_forward_p,default)
S3method(ols_test_bartlett,default)
S3method(ols_test_breusch_pagan,default)
S3method(ols_test_f,default)
S3method(ols_test_normality,default)
S3method(ols_test_normality,lm)
S3method(ols_test_score,default)
S3method(plot,ols_step_all_possible)
S3method(plot,ols_step_backward_aic)
S3method(plot,ols_step_backward_p)
S3method(plot,ols_step_best_subset)
S3method(plot,ols_step_both_aic)
S3method(plot,ols_step_both_p)
S3method(plot,ols_step_forward_aic)
S3method(plot,ols_step_forward_p)
S3method(print,ols_coll_diag)
S3method(print,ols_correlations)
S3method(print,ols_pure_error_anova)
S3method(print,ols_regress)
S3method(print,ols_step_all_possible)
S3method(print,ols_step_backward_aic)
S3method(print,ols_step_backward_p)
S3method(print,ols_step_best_subset)
S3method(print,ols_step_both_aic)
S3method(print,ols_step_both_p)
S3method(print,ols_step_forward_aic)
S3method(print,ols_step_forward_p)
S3method(print,ols_test_bartlett)
S3method(print,ols_test_breusch_pagan)
S3method(print,ols_test_f)
S3method(print,ols_test_normality)
S3method(print,ols_test_score)
export(ols_aic)
export(ols_all_subset)
export(ols_all_subset_betas)
export(ols_apc)
export(ols_avplots)
export(ols_bartlett_test)
export(ols_best_subset)
export(ols_bp_test)
export(ols_coll_diag)
export(ols_cooksd_barplot)
export(ols_cooksd_chart)
export(ols_corr_test)
export(ols_correlations)
export(ols_deps)
export(ols_dfbetas_panel)
export(ols_dffits_plot)
export(ols_diagnostic_panel)
export(ols_dsrvsp_plot)
export(ols_eigen_cindex)
export(ols_f_test)
export(ols_fm_plot)
export(ols_fpe)
export(ols_hadi)
export(ols_hadi_plot)
export(ols_hsp)
export(ols_launch_app)
export(ols_leverage)
export(ols_mallows_cp)
export(ols_msep)
export(ols_norm_test)
export(ols_ovsp_plot)
export(ols_plot_added_variable)
export(ols_plot_comp_plus_resid)
export(ols_plot_cooksd_bar)
export(ols_plot_cooksd_chart)
export(ols_plot_dfbetas)
export(ols_plot_dffits)
export(ols_plot_diagnostics)
export(ols_plot_fm)
export(ols_plot_hadi)
export(ols_plot_obs_fit)
export(ols_plot_reg_line)
export(ols_plot_resid_box)
export(ols_plot_resid_fit)
export(ols_plot_resid_fit_spread)
export(ols_plot_resid_hist)
export(ols_plot_resid_lev)
export(ols_plot_resid_pot)
export(ols_plot_resid_qq)
export(ols_plot_resid_regressor)
export(ols_plot_resid_spread)
export(ols_plot_resid_stand)
export(ols_plot_resid_stud)
export(ols_plot_resid_stud_fit)
export(ols_plot_response)
export(ols_potrsd_plot)
export(ols_pred_rsq)
export(ols_press)
export(ols_pure_error_anova)
export(ols_reg_line)
export(ols_regress)
export(ols_resp_viz)
export(ols_rfs_plot)
export(ols_rpc_plot)
export(ols_rsd_boxplot)
export(ols_rsd_hist)
export(ols_rsd_plot)
export(ols_rsd_qqplot)
export(ols_rsdlev_plot)
export(ols_rvsp_plot)
export(ols_rvsr_plot)
export(ols_sbc)
export(ols_sbic)
export(ols_score_test)
export(ols_srsd_chart)
export(ols_srsd_plot)
export(ols_step_all_possible)
export(ols_step_all_possible_betas)
export(ols_step_backward)
export(ols_step_backward_aic)
export(ols_step_backward_p)
export(ols_step_best_subset)
export(ols_step_both_aic)
export(ols_step_both_p)
export(ols_step_forward)
export(ols_step_forward_aic)
export(ols_step_forward_p)
export(ols_stepaic_backward)
export(ols_stepaic_both)
export(ols_stepaic_forward)
export(ols_stepwise)
export(ols_test_bartlett)
export(ols_test_breusch_pagan)
export(ols_test_correlation)
export(ols_test_f)
export(ols_test_normality)
export(ols_test_score)
export(ols_update)
export(ols_vif_tol)
export(rvsr_plot_shiny)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,select_all)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_dotplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,stat_qq)
importFrom(ggplot2,stat_smooth)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(gh,gh)
importFrom(glue,glue)
importFrom(goftest,cvm.test)
importFrom(graphics,hist)
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(nortest,ad.test)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(recipes,all_numeric)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_center)
importFrom(recipes,step_scale)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,enquo)
importFrom(rlang,is_formula)
importFrom(rlang,is_null)
importFrom(rlang,prepend)
importFrom(rlang,quo_is_null)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shiny,runApp)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,confint.lm)
importFrom(stats,cooks.distance)
importFrom(stats,cor)
importFrom(stats,dfbetas)
importFrom(stats,dffits)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,fitted)
importFrom(stats,fitted.values)
importFrom(stats,formula)
importFrom(stats,hatvalues)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,lsfit)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rstandard)
importFrom(stats,rstudent)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,var)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tibble,as_data_frame)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(utils,available.packages)
importFrom(utils,combn)
importFrom(utils,packageVersion)
useDynLib(olsrr, .registration = TRUE)
