-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
140 lines (139 loc) · 3.52 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,orivisit)
S3method(plot,simaerep)
S3method(print,orivisit)
S3method(print,simaerep)
export("%>%")
export(aggr_duplicated_visits)
export(check_df_visit)
export(eval_sites)
export(exp_implicit_missing_visits)
export(get_config)
export(get_ecd_values)
export(get_pat_pool_config)
export(get_portf_perf)
export(is_orivisit)
export(is_simaerep)
export(max_rank)
export(orivisit)
export(pat_aggr)
export(pat_pool)
export(plot_dots)
export(plot_sim_example)
export(plot_sim_examples)
export(plot_study)
export(plot_visit_med75)
export(poiss_test_site_ae_vs_study_ae)
export(prep_for_sim)
export(prob_lower_site_ae_vs_study_ae)
export(purrr_bar)
export(sim_after_prep)
export(sim_inframe)
export(sim_scenario)
export(sim_sites)
export(sim_studies)
export(sim_test_data_patient)
export(sim_test_data_portfolio)
export(sim_test_data_study)
export(sim_ur)
export(sim_ur_scenarios)
export(simaerep)
export(simaerep_inframe)
export(site_aggr)
export(with_progress_cnd)
import(ggplot2)
importFrom(RColorBrewer,brewer.pal)
importFrom(cowplot,draw_label)
importFrom(cowplot,get_plot_component)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(dbplyr,window_order)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,collect)
importFrom(dplyr,cross_join)
importFrom(dplyr,cume_dist)
importFrom(dplyr,dense_rank)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,inner_join)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,join_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,near)
importFrom(dplyr,one_of)
importFrom(dplyr,percent_rank)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice_sample)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarise_at)
importFrom(dplyr,tbl)
importFrom(dplyr,ungroup)
importFrom(dplyr,union_all)
importFrom(dplyr,vars)
importFrom(forcats,fct_relevel)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(furrr,future_pmap)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dbl)
importFrom(purrr,possibly)
importFrom(purrr,safely)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,enexpr)
importFrom(rlang,env_has)
importFrom(stats,ecdf)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,poisson.test)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_length)
importFrom(stringr,str_pad)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(tidyr,nest)
importFrom(tidyr,tibble)
importFrom(tidyr,unnest)
importFrom(utils,head)