# Generated by roxygen2: do not edit by hand

S3method(barplot,freq_table)
S3method(boxplot,group_summary)
S3method(cross_table,default)
S3method(freq_cont,default)
S3method(freq_table,default)
S3method(group_summary,default)
S3method(hist,freq_cont)
S3method(mosaicplot,cross_table)
S3method(plot,cross_table)
S3method(plot,screener)
S3method(print,cross_table)
S3method(print,freq_cont)
S3method(print,group_summary)
S3method(print,screener)
S3method(print,summary_stats)
S3method(screener,default)
S3method(summary_stats,default)
export(binom_perc)
export(binom_plot)
export(binom_prob)
export(chi_per)
export(chi_plot)
export(chi_prob)
export(cross_table)
export(f_per)
export(f_plot)
export(f_prob)
export(freq_cont)
export(freq_table)
export(gmean)
export(group_summary)
export(hmean)
export(kurtosis)
export(norm_per)
export(norm_plot)
export(norm_prob)
export(oway_tables)
export(rindex)
export(screener)
export(skewness)
export(stat_css)
export(stat_cvar)
export(stat_mdev)
export(stat_mode)
export(stat_range)
export(summary_stats)
export(t_per)
export(t_plot)
export(t_prob)
export(tailobs)
export(tway_tables)
importFrom(dplyr,arrange)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(grDevices,rainbow)
importFrom(grDevices,topo.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mosaicplot)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(stats,IQR)
importFrom(stats,complete.cases)
importFrom(stats,dbinom)
importFrom(stats,dchisq)
importFrom(stats,df)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qbinom)
importFrom(stats,qchisq)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
