-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
26 lines (25 loc) · 987 Bytes
/
NAMESPACE
File metadata and controls
26 lines (25 loc) · 987 Bytes
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
importFrom(stats,
as.formula, lag, lm, median, predict, quantile, rbeta,
rbinom, reshape, rlnorm, rnorm, runif, setNames, splinefun,
weighted.mean)
importFrom(utils, head, tail, hasName)
importFrom(parallel, clusterEvalQ, makeCluster, parLapply, stopCluster)
importFrom(parallelly, availableCores)
importFrom(mvtnorm, rmvnorm)
importFrom(dplyr,
all_of, any_of, arrange, bind_cols, bind_rows, everything,
filter, group_by, if_else, left_join, mutate, n, rename,
select, summarize, ungroup)
importFrom(rlang, .data)
export(gen_exposure, gen_param_mc,
get_lear_indiv, get_lear_indiv_mc,
get_lear_pop, get_lear1_pop, get_lear1_pop1,
interpol_cancer_rate,
interpol_mort_rate,
rm_solid_incid_sumray,
rm_solid_mort_sumray,
rm_solid_incid_walsh2021,
rm_breast_incid_walsh2021,
rm_leuk_incid_walsh2021,
run_gui,
sim_exposure)