-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·36 lines (35 loc) · 844 Bytes
/
NAMESPACE
File metadata and controls
executable file
·36 lines (35 loc) · 844 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
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
export(RunSim)
export(add_cost)
export(add_item)
export(add_reactevt)
export(add_tte)
export(add_util)
export(ceac_des)
export(draw_beta)
export(draw_gamma)
export(draw_resgompertz)
export(draw_tte)
export(evpi_des)
export(extract_psa_result)
export(modify_event)
export(modify_item)
export(new_event)
export(summary_results_det)
export(summary_results_psa)
importFrom(data.table,":=")
importFrom(data.table,rbindlist)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rexp)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,runif)
importFrom(stats,rweibull)
importFrom(stats,setNames)
importFrom(utils,modifyList)