# Generated by roxygen2: do not edit by hand

S3method(audit,default)
S3method(audit,explainer)
S3method(plot,modelAudit)
export(audit)
export(plotACF)
export(plotAutocorrelation)
export(plotCooksDistance)
export(plotCumulativeGain)
export(plotHalfNormal)
export(plotLIFT)
export(plotModelCorrelation)
export(plotModelPCA)
export(plotModelRanking)
export(plotPrediction)
export(plotREC)
export(plotROC)
export(plotRROC)
export(plotResidual)
export(plotResidualDensity)
export(plotScaleLocation)
export(plotTwoSidedECDF)
export(score)
export(scoreCooksDistance)
export(scoreDW)
export(scoreGQ)
export(scoreHalfNormal)
export(scoreMAE)
export(scoreMSE)
export(scoreREC)
export(scoreRMSE)
export(scoreROC)
export(scoreRROC)
export(scoreRuns)
import(ggplot2)
import(plotROC)
importFrom(GGally,ggpairs)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(car,durbinWatsonTest)
importFrom(factoextra,fviz_pca_biplot)
importFrom(fdrtool,phalfnorm)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,plot)
importFrom(hnp,hnp)
importFrom(stats,acf)
importFrom(stats,aggregate)
importFrom(stats,cooks.distance)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,pf)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,rstandard)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(tseries,runs.test)
