-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
97 lines (96 loc) · 2.42 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
# Generated by roxygen2: do not edit by hand
export(auc)
export(binned_es)
export(binned_plot)
export(coh_d)
export(ecdf_plot)
export(hedg_g)
export(pac)
export(pac_compare)
export(pp_plot)
export(tpac)
export(tpac_compare)
export(v)
importFrom(Hmisc,cut2)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_all)
importFrom(dplyr,group_by_at)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(dplyr,tbl_df)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes_)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,labs)
importFrom(grDevices,adjustcolor)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(magrittr,"%>%")
importFrom(purrr,is_atomic)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_df)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,parse_quo)
importFrom(rlang,quo)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quos)
importFrom(rlang,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(sfsmisc,integrate.xy)
importFrom(stats,as.formula)
importFrom(stats,ecdf)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,fill)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(utils,installed.packages)