# Generated by roxygen2: do not edit by hand

export(estimate_hcru)
export(plot_hcru)
export(preproc_hcru_fun)
export(summarize_descriptives)
export(summarize_descriptives_gt)
import(checkmate)
import(ggplot2)
import(glue)
import(purrr)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,check_logical)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,reframe)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(gtsummary,add_n)
importFrom(gtsummary,add_overall)
importFrom(gtsummary,add_p)
importFrom(gtsummary,all_categorical)
importFrom(gtsummary,all_continuous)
importFrom(gtsummary,all_of)
importFrom(gtsummary,all_stat_cols)
importFrom(gtsummary,modify_header)
importFrom(gtsummary,modify_spanning_header)
importFrom(gtsummary,tbl_summary)
importFrom(rlang,.data)
