-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 951 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(get_MAP)
export(get_MAP_mono)
export(get_pred_tox)
export(get_pred_tox_mono)
export(inv_logit)
export(logit)
export(scenario_covariate_jointBLRM)
export(scenario_jointBLRM)
export(scenario_list_covariate_jointBLRM)
export(scenario_list_jointBLRM)
export(sim_covariate_jointBLRM)
export(sim_jointBLRM)
import(Rcpp)
import(doRNG)
import(flock)
import(foreach)
import(ggplot2)
import(methods)
import(openxlsx)
importFrom(doParallel,registerDoParallel)
importFrom(grDevices,cairo_pdf)
importFrom(gridExtra,grid.arrange)
importFrom(lifecycle,deprecated)
importFrom(openssl,sha256)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(rstan,sampling)
importFrom(scales,breaks_extended)
importFrom(stats,family)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(utils,write.table)
useDynLib(decider, .registration = TRUE)