-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
49 lines (48 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method(ewoc_simulation,ewoc_d1classical)
S3method(ewoc_simulation,ewoc_d1extended)
S3method(ewoc_simulation,ewoc_d1ph)
S3method(opc,nocov)
S3method(plot,d1classical)
S3method(plot,d1extended)
S3method(plot,d1ph)
S3method(summary,ewoc_d1classical)
S3method(summary,ewoc_d1extended)
S3method(summary,ewoc_d1ph)
export(dlt_curve_d1classical)
export(dlt_curve_d1extended)
export(dlt_curve_d1ph)
export(dlt_rate)
export(ewoc_d1classical)
export(ewoc_d1extended)
export(ewoc_d1ph)
export(ewoc_simulation)
export(inv_standard_dose)
export(logit)
export(mtd_bias)
export(mtd_mse)
export(mtd_rho_d1extended)
export(opc)
export(optimal_mtd)
export(optimal_toxicity)
export(pdlt_d1classical)
export(pdlt_d1extended)
export(pdlt_d1ph)
export(response_d1classical)
export(response_d1extended)
export(response_d1ph)
export(standard_dose)
export(stop_rule)
export(stop_rule_d1classical)
export(stop_rule_d1extended)
export(stop_rule_d1ph)
import(ggplot2)
import(graphics)
import(stats)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(doRNG,"%dorng%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(rjags,coda.samples)
importFrom(rjags,jags.model)