-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
40 lines (39 loc) · 977 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
38
39
40
# Generated by roxygen2: do not edit by hand
export("%>%")
export(adjust_coef)
export(adjust_coef_with_binary)
export(adjust_coef_with_continuous)
export(adjust_coef_with_r2)
export(adjust_hr)
export(adjust_hr_with_binary)
export(adjust_hr_with_continuous)
export(adjust_or)
export(adjust_or_with_binary)
export(adjust_or_with_continuous)
export(adjust_rr)
export(adjust_rr_with_binary)
export(adjust_rr_with_continuous)
export(e_value)
export(observed_bias_order)
export(observed_bias_tbl)
export(observed_bias_tip)
export(observed_covariate_e_value)
export(r_value)
export(tip)
export(tip_b)
export(tip_c)
export(tip_coef)
export(tip_coef_with_continuous)
export(tip_coef_with_r2)
export(tip_hr)
export(tip_hr_with_binary)
export(tip_hr_with_continuous)
export(tip_or)
export(tip_or_with_binary)
export(tip_or_with_continuous)
export(tip_rr)
export(tip_rr_with_continuous)
export(tip_with_binary)
export(tip_with_continuous)
importFrom(purrr,"%>%")
importFrom(purrr,"%||%")