# Generated by roxygen2: do not edit by hand

export(compute_ICC)
export(make_alpha_table)
export(make_alphanumeric_conversion)
export(make_chisq_test_table)
export(make_dataframe_to_output)
export(make_demographic_table)
export(make_demographic_table_to_output)
export(make_independent_t_test_table)
export(make_one_sample_t_test_table)
export(make_paired_t_test_table)
export(make_reverse_score)
export(make_scale_description_table)
export(make_scale_total)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,select)
importFrom(gtsummary,all_categorical)
importFrom(gtsummary,all_continuous)
importFrom(gtsummary,tbl_summary)
importFrom(psych,ICC)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(rlang,as_name)
importFrom(rlang,enquos)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
