-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method(plot,apes)
S3method(plot,boot_apes)
S3method(print,apes)
S3method(print,boot_apes)
S3method(summary,boot_apes)
export(apes)
export(apes_var_freq)
export(as_vis)
export(expit)
export(logit)
export(plot_boot_apes_ma)
export(plot_boot_apes_path)
export(plot_boot_apes_vip)
export(plot_boot_apes_vip_tile)
import(furrr)
import(future)
import(ggplot2)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(forcats,fct_shift)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,plot)
importFrom(purrr,map)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)