-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
128 lines (127 loc) · 3.53 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(add_change_in_ds_var)
export(add_costs_by_tmpt)
export(add_costs_from_gamma_dstr)
export(add_dates_from_dstr)
export(add_diffs_by_group_and_tmpt)
export(add_qalys)
export(add_qalys_to_ds)
export(add_utl_predn)
export(deprecated)
export(get_dv_ds_publication)
export(get_dv_dss_mdl_smrys)
export(get_dv_mdl_smrys)
export(get_filtered_ttu_dss)
export(get_mdl_ctlg_url)
export(get_mdl_ds_url)
export(get_mdl_from_dv)
export(get_mdl_metadata)
export(get_mdl_smrys)
export(get_mdls_lup)
export(get_model)
export(get_predictors_lup)
export(get_tfmn_from_lup)
export(get_ttu_ds_smrys)
export(get_ttu_dv_dss)
export(get_ttu_dv_predrs)
export(make_balanced_fake_ds)
export(make_costs_vec_from_gamma_dstr)
export(make_cst_efcn_smry)
export(make_fake_ds_one)
export(make_fake_ds_two)
export(make_fake_trial_ds)
export(make_hlth_ec_smry)
export(make_matched_ds)
export(make_matched_ds_spine)
export(make_predn_metadata_ls)
export(make_sngl_grp_ds)
export(predict_from_mdl_coefs)
export(transform_ds_for_cmprsn)
export(transform_ds_to_drop_msng)
export(transform_ds_to_long)
export(update_col_with_diff)
export(update_multpl_cols_with_diffs)
import(methods)
importFrom(BCEA,bcea)
importFrom(MatchIt,match.data)
importFrom(MatchIt,matchit)
importFrom(assertthat,assert_that)
importFrom(boot,boot)
importFrom(dataverse,dataset_files)
importFrom(dataverse,dataset_metadata)
importFrom(dataverse,dataverse_contents)
importFrom(dataverse,get_dataset)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lifecycle,deprecated)
importFrom(lubridate,as.period)
importFrom(lubridate,days)
importFrom(lubridate,is.Date)
importFrom(lubridate,years)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,flatten)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,pmap_dfr)
importFrom(purrr,reduce)
importFrom(purrr,walk)
importFrom(ready4,get_from_lup_obj)
importFrom(ready4,ingest)
importFrom(ready4use,Ready4useRepos)
importFrom(ready4use,add_labels_from_dictionary)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,exec)
importFrom(rlang,sym)
importFrom(specific,add_utl_predn_to_new_ds)
importFrom(specific,get_table_predn_mdl)
importFrom(specific,rename_from_nmd_vec)
importFrom(specific,transform_mdl_vars_with_clss)
importFrom(stats,na.omit)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_last_fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,data)
importFrom(youthvars,make_formula)
importFrom(youthvars,transform_raw_ds_for_analysis)