-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
37 lines (36 loc) · 876 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(efficacy_models)
export(fmt_ci)
export(fmt_est)
export(fmt_num)
export(fmt_pval)
export(format_dcsreas)
export(format_eosstt)
export(format_sitegr1)
export(nest_rowlabels)
export(num_fmt)
export(pad_row)
export(round_sas)
export(testthat_example)
export(testthat_examples)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(glue,glue)
importFrom(stats,confint)
importFrom(stats,drop1)
importFrom(stats,lm)
importFrom(stringr,str_pad)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)