-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.69 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
export("%>%")
export("%T>%")
export(Base_Model)
export(ModelConstruct)
export(OR_inf_rep)
export(UnloadUserDLLs)
export(add_looic_com_to_no_policy_change)
export(best_fit_results_table)
export(best_model_fit)
export(capture_stan_DLLs)
export(case_rate)
export(clear_user_DLL)
export(epi_conf)
export(extract_inc_ef)
export(fit_stan_models)
export(format_est_sd)
export(format_model_summaries)
export(justify_char_numeric)
export(model_comparison)
export(pretty_round_inf)
export(sim_cohort_vac_cam)
export(store_warnings)
export(summarise_model_fit)
import(Rcpp)
import(rstan)
importFrom(brms,LOO)
importFrom(brms,WAIC)
importFrom(brms,brm)
importFrom(broom,tidy)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_each)
importFrom(dplyr,nth)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(epiR,epi.conf)
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(parallel,detectCores)
importFrom(prettypublisher,pretty_ci)
importFrom(prettypublisher,pretty_inline_ci)
importFrom(prettypublisher,pretty_round)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,quietly)
importFrom(purrr,transpose)
importFrom(stringr,str_replace)
importFrom(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,nest)