# Generated by roxygen2: do not edit by hand

S3method(plot,agriDQ_independence)
S3method(plot,agriDQ_missing)
S3method(plot,agriDQ_normality)
S3method(plot,agriDQ_outlier)
S3method(print,agriDQ_design)
S3method(print,agriDQ_homogeneity)
S3method(print,agriDQ_independence)
S3method(print,agriDQ_missing)
S3method(print,agriDQ_mout)
S3method(print,agriDQ_normality)
S3method(print,agriDQ_outlier)
S3method(print,agriDQ_pipeline)
S3method(print,agriDQ_qualitative)
S3method(print,agriDQ_result)
export(check_design)
export(check_homogeneity)
export(check_independence)
export(check_missing)
export(check_normality)
export(check_outliers)
export(check_outliers_mv)
export(check_qualitative)
export(classify_missing)
export(generate_dq_report)
export(run_dq_pipeline)
export(standardise_labels)
importFrom(car,leveneTest)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(lmtest,bgtest)
importFrom(lmtest,dwtest)
importFrom(nortest,ad.test)
importFrom(nortest,lillie.test)
importFrom(nortest,pearson.test)
importFrom(stats,IQR)
importFrom(stats,acf)
importFrom(stats,as.formula)
importFrom(stats,bartlett.test)
importFrom(stats,binomial)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,fligner.test)
importFrom(stats,glm)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,qchisq)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,var)
importFrom(stringdist,stringdistmatrix)
importFrom(tseries,runs.test)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,write.csv)
