# Generated by roxygen2: do not edit by hand

S3method(plot,CCI)
S3method(print,summary.CCI)
S3method(summary,CCI)
export(CCI.direction)
export(CCI.pretuner)
export(CCI.test)
export(QQplot)
export(add_interaction_terms)
export(add_poly_terms)
export(build_formula)
export(check_formula)
export(clean_formula)
export(get_pvalues)
export(get_tuned_params)
export(perm.test)
export(test.gen)
export(wrapper_ranger)
export(wrapper_svm)
export(wrapper_xgboost)
import(caret)
import(ggplot2)
import(progress)
importFrom(caret,confusionMatrix)
importFrom(caret,createDataPartition)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(data.table,":=")
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,mutate)
importFrom(dplyr,sym)
importFrom(e1071,svm)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_qq)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(progress,progress_bar)
importFrom(ranger,ranger)
importFrom(rlang,"%||%")
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,model.matrix)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qunif)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,flush.console)
importFrom(utils,modifyList)
importFrom(xgboost,xgb.DMatrix)
importFrom(xgboost,xgb.train)
