# Generated by roxygen2: do not edit by hand

S3method(as.table,sa_categorical)
S3method(coef,sa_fit)
S3method(coef,sa_model)
S3method(plot,sa_categorical)
S3method(plot,sa_comparison)
S3method(plot,sa_performance)
S3method(plot,sa_reduction)
S3method(predict,sa_fit)
S3method(predict,sa_model)
S3method(print,sa_categorical)
S3method(print,sa_categorical_significance)
S3method(print,sa_cluster)
S3method(print,sa_comparison)
S3method(print,sa_diagnosis)
S3method(print,sa_model)
S3method(print,sa_performance)
S3method(print,sa_reduction)
S3method(print,sa_selection)
S3method(print,sa_significance)
S3method(print,sa_split)
S3method(summary,sa_fit)
export(center_by_control)
export(cluster_dbscan)
export(cluster_hclust)
export(cluster_kmeans)
export(cluster_snn)
export(compare_categorical_groups)
export(compare_factorial_groups)
export(compare_multiple_groups)
export(compare_one_sample)
export(compare_two_groups)
export(diagnose_distribution)
export(draw_butterfly_hist)
export(draw_corrplot)
export(draw_dim_reduction_plot)
export(draw_forest_plot)
export(draw_grouped_barplot)
export(draw_grouped_boxplot)
export(draw_heatmap)
export(draw_interaction_plot)
export(draw_mosaic_plot)
export(draw_prediction_plot)
export(draw_roc_curve)
export(draw_volcano_plot)
export(estimate_categorical_significance)
export(estimate_significance)
export(evaluate_classification_models)
export(evaluate_regression_models)
export(fit_elastic_net)
export(fit_linear_regression)
export(fit_logistic_regression)
export(fit_rf)
export(fit_svm)
export(make_block_cor)
export(perform_pca)
export(perform_rfe)
export(perform_stepwise)
export(perform_tsne)
export(perform_umap)
export(screen_outliers)
export(simulate_categorical_groups)
export(simulate_classification)
export(simulate_factorial_groups)
export(simulate_multiple_groups)
export(simulate_regression)
export(simulate_two_groups)
export(split_data)
export(summarize_association_stats)
export(summarize_descriptive_stats)
importFrom(Rtsne,Rtsne)
importFrom(caret,createDataPartition)
importFrom(caret,rfe)
importFrom(caret,rfeControl)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(dbscan,dbscan)
importFrom(dbscan,kNNdist)
importFrom(dbscan,sNNclust)
importFrom(glmnet,glmnet)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(kernlab,nSV)
importFrom(kernlab,sigest)
importFrom(randomForest,randomForest)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,bartlett.test)
importFrom(stats,binomial)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,fisher.test)
importFrom(stats,friedman.test)
importFrom(stats,hclust)
importFrom(stats,heatmap)
importFrom(stats,kruskal.test)
importFrom(stats,ks.test)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,prop.test)
importFrom(stats,pt)
importFrom(stats,ptukey)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,qtukey)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(umap,umap)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)
