# Generated by roxygen2: do not edit by hand

S3method(compare_category,data.frame)
S3method(compare_numeric,data.frame)
S3method(correlate,data.frame)
S3method(correlate,grouped_df)
S3method(correlate,tbl_dbi)
S3method(describe,data.frame)
S3method(describe,grouped_df)
S3method(describe,tbl_dbi)
S3method(diagnose,data.frame)
S3method(diagnose,tbl_dbi)
S3method(diagnose_category,data.frame)
S3method(diagnose_category,tbl_dbi)
S3method(diagnose_numeric,data.frame)
S3method(diagnose_numeric,tbl_dbi)
S3method(diagnose_outlier,data.frame)
S3method(diagnose_outlier,tbl_dbi)
S3method(diagnose_report,data.frame)
S3method(diagnose_report,tbl_dbi)
S3method(eda_report,data.frame)
S3method(eda_report,tbl_dbi)
S3method(imputate_na,data.frame)
S3method(imputate_outlier,data.frame)
S3method(normality,data.frame)
S3method(normality,grouped_df)
S3method(normality,tbl_dbi)
S3method(plot,bins)
S3method(plot,compare_category)
S3method(plot,compare_numeric)
S3method(plot,imputation)
S3method(plot,optimal_bins)
S3method(plot,relate)
S3method(plot,transform)
S3method(plot,univar_category)
S3method(plot,univar_numeric)
S3method(plot_correlate,data.frame)
S3method(plot_correlate,grouped_df)
S3method(plot_correlate,tbl_dbi)
S3method(plot_normality,data.frame)
S3method(plot_normality,grouped_df)
S3method(plot_normality,tbl_dbi)
S3method(plot_outlier,data.frame)
S3method(plot_outlier,tbl_dbi)
S3method(print,bins)
S3method(print,compare_category)
S3method(print,compare_numeric)
S3method(print,relate)
S3method(print,univar_category)
S3method(print,univar_numeric)
S3method(relate,target_df)
S3method(summary,bins)
S3method(summary,compare_category)
S3method(summary,compare_numeric)
S3method(summary,imputation)
S3method(summary,transform)
S3method(summary,univar_category)
S3method(summary,univar_numeric)
S3method(target_by,data.frame)
S3method(target_by,tbl_dbi)
S3method(univar_category,data.frame)
S3method(univar_numeric,data.frame)
export(binning)
export(binning_by)
export(compare_category)
export(compare_numeric)
export(correlate)
export(describe)
export(diagnose)
export(diagnose_category)
export(diagnose_numeric)
export(diagnose_outlier)
export(diagnose_report)
export(eda_report)
export(find_class)
export(find_na)
export(find_outliers)
export(find_skewness)
export(get_class)
export(get_column_info)
export(get_os)
export(imputate_na)
export(imputate_outlier)
export(kurtosis)
export(normality)
export(plot_correlate)
export(plot_na_hclust)
export(plot_na_intersect)
export(plot_na_pareto)
export(plot_normality)
export(plot_outlier)
export(relate)
export(skewness)
export(target_by)
export(transform)
export(transformation_report)
export(univar_category)
export(univar_numeric)
import(dplyr)
import(ggplot2)
import(mice)
import(tibble)
importFrom(DMwR,knnImputation)
importFrom(RColorBrewer,brewer.pal)
importFrom(RcmdrMisc,numSummary)
importFrom(broom,glance)
importFrom(car,scatterplot)
importFrom(classInt,classIntervals)
importFrom(corrplot,corrplot)
importFrom(dplyr,rename)
importFrom(forcats,fct_reorder)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,cairo_pdf)
importFrom(grDevices,nclass.Sturges)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(gridExtra,grid.arrange)
importFrom(kableExtra,kable_styling)
importFrom(knitr,kable)
importFrom(knitr,knit2pdf)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(mice,mice)
importFrom(prettydoc,html_pretty)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(reshape2,melt)
importFrom(rlang,enquo)
importFrom(rlang,quos)
importFrom(rlang,warn)
importFrom(rmarkdown,render)
importFrom(rpart,rpart)
importFrom(smbinning,smbinning)
importFrom(smbinning,smbinning.plot)
importFrom(stats,anova)
importFrom(stats,as.dendrogram)
importFrom(stats,chisq.test)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,order.dendrogram)
importFrom(stats,predict)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,xtabs)
importFrom(tibble,enframe)
importFrom(tibble,is_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(tidyselect,vars_select)
importFrom(tinytex,latexmk)
importFrom(utils,browseURL)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(xtable,xtable)
