# Generated by roxygen2: do not edit by hand

  import(Metrics,except=c("precision","recall"))
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,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(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(rowdiff)
export(select_col)
export(select_percentile)
import(caret)
import(e1071)
import(ggplot2)
importFrom(dplyr,"%>%")
importFrom(dplyr,"arrange")
importFrom(dplyr,"desc")
importFrom(lme4,lmer)
importFrom(stats,"as.formula")
importFrom(stats,"complete.cases")
importFrom(stats,"na.omit")
importFrom(stats,"predict")
importFrom(stats,"setNames")
importFrom(stats,AIC)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,cor.test)
importFrom(stats,na.omit)
importFrom(stats,residuals)
importFrom(utils,combn)
importFrom(utils,packageVersion)
