# Generated by roxygen2: do not edit by hand

S3method(coef,nestcv.glmnet)
S3method(innercv_roc,nestcv.glmnet)
S3method(innercv_roc,nestcv.train)
S3method(outercv,default)
S3method(outercv,formula)
S3method(plot,cva.glmnet)
S3method(predict,hsstan)
S3method(predict,nestcv.glmnet)
S3method(predict,nestcv.train)
S3method(print,nestcv.glmnet)
S3method(summary,nestcv.glmnet)
S3method(summary,nestcv.train)
S3method(summary,outercv)
export(anova_filter)
export(boruta_filter)
export(boxplot_model)
export(collinear)
export(combo_filter)
export(correl_filter)
export(correls2)
export(cva.glmnet)
export(glmnet_coefs)
export(glmnet_filter)
export(innercv_roc)
export(lm_filter)
export(model.hsstan)
export(nestcv.glmnet)
export(nestcv.train)
export(outercv)
export(plot_alphas)
export(plot_caret)
export(plot_lambdas)
export(predSummary)
export(relieff_filter)
export(rf_filter)
export(ttest_filter)
export(wilcoxon_filter)
importFrom(Boruta,Boruta)
importFrom(CORElearn,attrEval)
importFrom(RcppEigen,fastLmPure)
importFrom(Rfast,Rank)
importFrom(Rfast,colRanks)
importFrom(Rfast,ftests)
importFrom(Rfast,ttests)
importFrom(caret,confusionMatrix)
importFrom(caret,createFolds)
importFrom(caret,defaultSummary)
importFrom(caret,mnLogLoss)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(hsstan,hsstan)
importFrom(hsstan,posterior_predict)
importFrom(matrixTests,row_wilcoxon_twosample)
importFrom(methods,formalArgs)
importFrom(pROC,auc)
importFrom(pROC,roc)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,formula)
importFrom(stats,model.frame)
importFrom(stats,model.response)
importFrom(stats,na.fail)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,reformulate)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(utils,methods)
