# Generated by roxygen2: do not edit by hand

S3method(predict,DNN)
S3method(predict,ML)
S3method(predict,SEM)
export(SEMdnn)
export(SEMml)
export(classificationReport)
export(crossValidation)
export(getConnectionWeight)
export(getGradientWeight)
export(getLOCO)
export(getShapleyR2)
export(getSignificanceTest)
export(getVariableImportance)
export(mapGraph)
export(nplot)
export(predict.DNN)
export(predict.ML)
export(predict.SEM)
import(SEMgraph)
import(igraph)
importFrom(grDevices,rgb)
importFrom(grDevices,terrain.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(torch,torch_is_installed)
importFrom(utils,tail)
