# Generated by roxygen2: do not edit by hand

S3method(ols_all_subset,default)
S3method(ols_bartlett_test,default)
S3method(ols_bartlett_test,formula)
S3method(ols_bartlett_test,lm)
S3method(ols_best_subset,default)
S3method(ols_bp_test,default)
S3method(ols_coll_diag,default)
S3method(ols_correlations,default)
S3method(ols_f_test,default)
S3method(ols_norm_test,default)
S3method(ols_norm_test,lm)
S3method(ols_pure_error_anova,default)
S3method(ols_regress,default)
S3method(ols_regress,lm)
S3method(ols_score_test,default)
S3method(ols_step_backward,default)
S3method(ols_step_forward,default)
S3method(ols_stepaic_backward,default)
S3method(ols_stepaic_both,default)
S3method(ols_stepaic_forward,default)
S3method(ols_stepwise,default)
S3method(plot,ols_all_subset)
S3method(plot,ols_best_subset)
S3method(plot,ols_step_backward)
S3method(plot,ols_step_forward)
S3method(plot,ols_stepaic_backward)
S3method(plot,ols_stepaic_both)
S3method(plot,ols_stepaic_forward)
S3method(plot,ols_stepwise)
S3method(print,ols_all_subset)
S3method(print,ols_bartlett_test)
S3method(print,ols_best_subset)
S3method(print,ols_bp_test)
S3method(print,ols_coll_diag)
S3method(print,ols_correlations)
S3method(print,ols_f_test)
S3method(print,ols_norm_test)
S3method(print,ols_pure_error_anova)
S3method(print,ols_regress)
S3method(print,ols_score_test)
S3method(print,ols_step_backward)
S3method(print,ols_step_forward)
S3method(print,ols_stepaic_backward)
S3method(print,ols_stepaic_both)
S3method(print,ols_stepaic_forward)
S3method(print,ols_stepwise)
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_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_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_backward)
export(ols_step_forward)
export(ols_stepaic_backward)
export(ols_stepaic_both)
export(ols_stepaic_forward)
export(ols_stepwise)
export(ols_vif_tol)
export(rvsr_plot_shiny)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,select_)
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(glue,glue)
importFrom(goftest,cvm.test)
importFrom(graphics,hist)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(magrittr,use_series)
importFrom(nortest,ad.test)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(recipes,all_predictors)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_center)
importFrom(recipes,step_scale)
importFrom(rlang,is_formula)
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(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(utils,combn)
useDynLib(olsrr, .registration = TRUE)
