-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
39 lines (38 loc) · 917 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
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,dca)
S3method(plot,dca)
S3method(print,dca)
export("%>%")
export(Surv)
export(aes)
export(as_tibble)
export(coord_cartesian)
export(dca)
export(geom_line)
export(ggplot)
export(labs)
export(net_intervention_avoided)
export(scale_x_continuous)
export(standardized_net_benefit)
export(stat_smooth)
export(test_consequences)
export(theme_bw)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,stat_smooth)
importFrom(ggplot2,theme_bw)
importFrom(purrr,"%||%")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,expr)
importFrom(rlang,inject)
importFrom(rlang,sym)
importFrom(survival,Surv)
importFrom(tibble,as_tibble)