# Generated by roxygen2: do not edit by hand

S3method(ds_cross_table,default)
S3method(ds_freq_cont,default)
S3method(ds_freq_table,default)
S3method(ds_group_summary,default)
S3method(ds_screener,default)
S3method(ds_summary_stats,default)
S3method(plot,ds_cross_table)
S3method(plot,ds_freq_cont)
S3method(plot,ds_freq_table)
S3method(plot,ds_group_summary)
S3method(plot,ds_screener)
S3method(print,ds_cross_table)
S3method(print,ds_freq_cont)
S3method(print,ds_freq_table)
S3method(print,ds_group_summary)
S3method(print,ds_screener)
S3method(print,ds_summary_stats)
export(binom_perc)
export(binom_plot)
export(binom_prob)
export(chi_per)
export(chi_plot)
export(chi_prob)
export(cross_table)
export(dist_binom_perc)
export(dist_binom_plot)
export(dist_binom_prob)
export(dist_chi_perc)
export(dist_chi_plot)
export(dist_chi_prob)
export(dist_f_perc)
export(dist_f_plot)
export(dist_f_prob)
export(dist_norm_perc)
export(dist_norm_plot)
export(dist_norm_prob)
export(dist_t_perc)
export(dist_t_plot)
export(dist_t_prob)
export(ds_cross_table)
export(ds_css)
export(ds_cvar)
export(ds_extreme_obs)
export(ds_freq_cont)
export(ds_freq_table)
export(ds_gmean)
export(ds_group_summary)
export(ds_hmean)
export(ds_kurtosis)
export(ds_launch_shiny_app)
export(ds_mdev)
export(ds_measures_location)
export(ds_measures_symmetry)
export(ds_measures_variation)
export(ds_mode)
export(ds_multi_stats)
export(ds_oway_tables)
export(ds_percentiles)
export(ds_range)
export(ds_rindex)
export(ds_screener)
export(ds_skewness)
export(ds_std_error)
export(ds_summary_stats)
export(ds_tailobs)
export(ds_tway_tables)
export(ds_twoway_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(launch_descriptr)
export(multistats)
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,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,last)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_count)
importFrom(forcats,fct_unique)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
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(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,extract)
importFrom(magrittr,multiply_by)
importFrom(magrittr,use_series)
importFrom(rlang,"!!")
importFrom(rlang,enquo)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(scales,percent_format)
importFrom(shiny,runApp)
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)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
