# Generated by roxygen2: do not edit by hand

S3method(print,effect_measures)
S3method(print,missing_values)
S3method(print,normality)
S3method(print,omnibus)
S3method(print,outliers)
S3method(print,sample_size)
S3method(print,sample_size_range)
export(clinical_data)
export(effect_measures)
export(missing_values)
export(normality)
export(omnibus)
export(outliers)
export(plot_bar)
export(plot_box)
export(plot_corr)
export(plot_hist)
export(plot_line)
export(sample_size)
export(sample_size_range)
export(summary_table)
import(ggplot2)
importFrom(car,leveneTest)
importFrom(grDevices,hcl.colors)
importFrom(gridExtra,grid.arrange)
importFrom(gt,cols_align)
importFrom(gt,cols_width)
importFrom(gt,gt)
importFrom(gt,opt_align_table_header)
importFrom(gt,px)
importFrom(rlang,.data)
importFrom(stats,IQR)
importFrom(stats,TukeyHSD)
importFrom(stats,addmargins)
importFrom(stats,aggregate)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,bartlett.test)
importFrom(stats,chisq.test)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,fisher.test)
importFrom(stats,friedman.test)
importFrom(stats,kruskal.test)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(stats,mauchly.test)
importFrom(stats,median)
importFrom(stats,na.action)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pairwise.t.test)
importFrom(stats,pairwise.wilcox.test)
importFrom(stats,ppoints)
importFrom(stats,qnorm)
importFrom(stats,qt)
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(tools,toTitleCase)
importFrom(utils,capture.output)
