# Generated by roxygen2: do not edit by hand

export("%>%")
export(benchmark_event)
export(benchmark_score)
export(benchmark_time)
export(compare_means_between_groups)
export(compare_means_within_groups)
export(compare_rates_between_groups)
export(compare_rates_within_groups)
export(dist_t)
export(get_concordant_discordant_pairs)
export(get_confidence_intervals_event)
export(get_confidence_intervals_within_groups)
export(stat_mean_ci)
export(stat_mean_ci_2)
export(table_observed_expected)
export(test_chisq_one)
export(test_chisq_two)
export(test_fisher)
export(test_mcnemar)
export(test_n_1_prop)
export(test_t)
export(test_t_paired)
export(test_wald)
export(test_wald_adj)
import(magrittr)
importFrom(cli,cli_h1)
importFrom(cli,cli_text)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(huxtable,as_hux)
importFrom(huxtable,by_cols)
importFrom(huxtable,map_align)
importFrom(huxtable,position)
importFrom(huxtable,print_screen)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(scales,percent)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,dbinom)
importFrom(stats,fisher.test)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tibble,add_row)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,complete)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,uncount)
importFrom(utils,globalVariables)
