# Generated by roxygen2: do not edit by hand

export(add_p)
export(add_summary)
export(add_var)
export(equal_test)
export(format_p)
export(normal_test)
export(small_test)
importFrom(car,leveneTest)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_progress_step)
importFrom(cli,cli_progress_update)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(qqplotr,stat_qq_band)
importFrom(qqplotr,stat_qq_line)
importFrom(qqplotr,stat_qq_point)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,chisq.test)
importFrom(stats,fisher.test)
importFrom(stats,kruskal.test)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,oneway.test)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(stringr,str_extract_all)
importFrom(tibble,column_to_rownames)
importFrom(tibble,deframe)
importFrom(tibble,rownames_to_column)
importFrom(tidyplots,tidyplot)
importFrom(tidyr,pivot_wider)
