# Generated by roxygen2: do not edit by hand

export(add_qsig)
export(build_design)
export(contrafactual_ATE)
export(disc_terciles)
export(export_results)
export(export_results_xlsx)
export(fit_one)
export(get_hurdle_model)
export(load_saved_results)
export(make_lags)
export(placebo_temporal)
export(predict_multistep)
export(prewhiten_bin_glm)
export(prewhiten_count_glm)
export(prewhiten_rate_glm)
export(print_floor_smoketest)
export(read_bma_all)
export(rolling_oos)
export(run_dbn)
export(run_eba)
export(run_hmm)
export(run_sensemakr)
export(run_synth_bsts)
export(run_transfer_entropy)
export(run_varx)
export(select_by_bma)
export(smoketest_floor_elpd_invariance)
export(standardize_continuous)
export(standardize_continuous_in_place)
export(summarise_hurdle_top3_posthoc)
export(summarise_placebo_top3_posthoc)
export(summarise_te_top3_by_type_posthoc)
export(summarise_te_top3_posthoc)
export(summarise_tvarstar_posthoc)
export(summarise_varx_posthoc)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h1)
importFrom(cli,cli_h2)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,fifelse)
importFrom(data.table,is.data.table)
importFrom(data.table,setDTthreads)
importFrom(dplyr,`%>%`)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,transmute)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,multisession)
importFrom(future,nbrOfWorkers)
importFrom(future,plan)
importFrom(future.apply,future_lapply)
importFrom(future.apply,future_sapply)
importFrom(grDevices,dev.copy)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(loo,loo)
importFrom(loo,loo_model_weights)
importFrom(posterior,as_draws_df)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(readr,locale)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,dnbinom)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,lag)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,plogis)
importFrom(stats,poisson)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,resid)
importFrom(stats,rnbinom)
importFrom(stats,sd)
importFrom(tibble,tibble)
importFrom(tidyr,expand_grid)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,tail)
