# Generated by roxygen2: do not edit by hand

S3method(audit,default)
S3method(audit,explainer)
S3method(plot,auditor_model_cooksdistance)
S3method(plot,auditor_model_evaluation)
S3method(plot,auditor_model_halfnormal)
S3method(plot,auditor_model_performance)
S3method(plot,auditor_model_residual)
S3method(plotD3,auditor_model_cooksdistance)
S3method(plotD3,auditor_model_evaluation)
S3method(plotD3,auditor_model_halfnormal)
S3method(plotD3,auditor_model_residual)
S3method(print,auditor_model_cooksdistance)
S3method(print,auditor_model_evaluation)
S3method(print,auditor_model_halfnormal)
S3method(print,auditor_model_performance)
S3method(print,auditor_model_residual)
S3method(print,auditor_score)
export(audit)
export(check_residuals)
export(check_residuals_autocorrelation)
export(check_residuals_outliers)
export(check_residuals_trend)
export(modelEvaluation)
export(modelFit)
export(modelPerformance)
export(modelResiduals)
export(model_cooksdistance)
export(model_evaluation)
export(model_halfnormal)
export(model_performance)
export(model_residual)
export(observationInfluence)
export(plotACF)
export(plotAutocorrelation)
export(plotCooksDistance)
export(plotD3)
export(plotD3ACF)
export(plotD3Autocorrelation)
export(plotD3CooksDistance)
export(plotD3HalfNormal)
export(plotD3LIFT)
export(plotD3Prediction)
export(plotD3REC)
export(plotD3Residual)
export(plotD3ScaleLocation)
export(plotD3_acf)
export(plotD3_autocorrelation)
export(plotD3_cooksdistance)
export(plotD3_halfnormal)
export(plotD3_lift)
export(plotD3_prediction)
export(plotD3_rec)
export(plotD3_residual)
export(plotD3_roc)
export(plotD3_rroc)
export(plotD3_scalelocation)
export(plotHalfNormal)
export(plotLIFT)
export(plotModelCorrelation)
export(plotModelPCA)
export(plotModelRanking)
export(plotPrediction)
export(plotREC)
export(plotROC)
export(plotRROC)
export(plotResidual)
export(plotResidualBoxplot)
export(plotResidualDensity)
export(plotScaleLocation)
export(plotTwoSidedECDF)
export(plot_acf)
export(plot_auditor)
export(plot_autocorrelation)
export(plot_cooksdistance)
export(plot_correlation)
export(plot_halfnormal)
export(plot_lift)
export(plot_pca)
export(plot_prc)
export(plot_prediction)
export(plot_radar)
export(plot_rec)
export(plot_residual)
export(plot_residual_boxplot)
export(plot_residual_density)
export(plot_roc)
export(plot_rroc)
export(plot_scalelocation)
export(plot_tsecdf)
export(score)
export(scoreCooksDistance)
export(scoreDW)
export(scoreHalfNormal)
export(scoreMAE)
export(scoreMSE)
export(scorePeak)
export(scoreREC)
export(scoreRMSE)
export(scoreROC)
export(scoreRROC)
export(scoreRuns)
export(score_acc)
export(score_auc)
export(score_auprc)
export(score_cooksdistance)
export(score_dw)
export(score_f1)
export(score_gini)
export(score_halfnormal)
export(score_mae)
export(score_mse)
export(score_one_minus_acc)
export(score_one_minus_auc)
export(score_one_minus_auprc)
export(score_one_minus_f1)
export(score_one_minus_gini)
export(score_one_minus_precision)
export(score_one_minus_recall)
export(score_one_minus_specificity)
export(score_peak)
export(score_precision)
export(score_r2)
export(score_rec)
export(score_recall)
export(score_rmse)
export(score_rroc)
export(score_runs)
export(score_specificity)
import(ggplot2)
import(grid)
import(gridExtra)
import(scales)
importFrom(DALEX,explain)
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,cor)
importFrom(stats,cor.test)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rstandard)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)
