# Generated by roxygen2: do not edit by hand

S3method(agg_by_group,data.frame)
S3method(agg_by_group,default)
S3method(drop_non_numeric,data.frame)
S3method(extract_model_info,aov)
S3method(extract_model_info,default)
S3method(extract_model_info,glm)
S3method(extract_model_info,glmerMod)
S3method(extract_model_info,glmmTMB)
S3method(extract_model_info,lm)
S3method(extract_model_info,lmerMod)
S3method(get_data_Stats,data.frame)
S3method(get_exponent,data.frame)
S3method(get_exponent,numeric)
S3method(get_mode,character)
S3method(get_mode,data.frame)
S3method(get_mode,default)
S3method(get_mode,numeric)
S3method(get_this,data.frame)
S3method(get_this,list)
S3method(get_var_corr,data.frame)
S3method(get_var_corr_,data.frame)
S3method(na_replace,character)
S3method(na_replace,data.frame)
S3method(na_replace,numeric)
S3method(report_model,default)
S3method(report_model,glm)
S3method(rowdiff,data.frame)
S3method(select_percentile,data.frame)
export(add_model_predictions)
export(add_model_residuals)
export(agg_by_group)
export(drop_non_numeric)
export(extract_model_info)
export(fit_model)
export(fit_models)
export(get_data_Stats)
export(get_exponent)
export(get_mode)
export(get_stats)
export(get_this)
export(get_var_corr)
export(get_var_corr_)
export(multi_model_1)
export(multi_model_2)
export(na_replace)
export(na_replace_grouped)
export(plot_corr)
export(report_model)
export(rowdiff)
export(select_col)
export(select_percentile)
importFrom(Metrics,accuracy)
importFrom(Metrics,ae)
importFrom(Metrics,auc)
importFrom(Metrics,f1)
importFrom(Metrics,mae)
importFrom(Metrics,rmse)
importFrom(Metrics,rrse)
importFrom(Metrics,rse)
importFrom(Metrics,se)
importFrom(Metrics,sse)
importFrom(caret,confusionMatrix)
importFrom(caret,createDataPartition)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradient2)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,waiver)
importFrom(lme4,lmer)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor.test)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,setNames)
importFrom(stringr,str_replace_all)
importFrom(testthat,skip)
importFrom(testthat,test_that)
importFrom(usethis,use_data)
importFrom(utils,combn)
importFrom(utils,globalVariables)
importFrom(utils,packageVersion)
