-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
98 lines (97 loc) · 2.59 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,exact)
S3method(as.data.table,precautionary)
S3method(dose_indices,default)
S3method(extend,exact)
S3method(extend,hyper)
S3method(extend,precautionary)
S3method(format,safetytab)
S3method(print,safetytab)
S3method(simulation_function,u_i)
S3method(summary,exact)
S3method(summary,precautionary)
S3method(t,safetytab)
export(Boin)
export(Ccd)
export(Cpe)
export(Cpe3_3)
export(Crm)
export(HyperMTDi_lognormal)
export(cohorts_of_n)
export(crmh)
export(crmh_xo)
export(crmht)
export(crmht2)
export(exact)
export(extend)
export(hyper_mtdi_lognormal)
export(mtdi_lognormal)
export(plot_dutycycle)
export(safety_kable)
export(simulate_trials)
export(stop_for_excess_toxicity_empiric)
export(test_draw_samples)
exportMethods(plot)
exportMethods(simulate_trials)
import(data.table)
import(magrittr)
import(methods)
importFrom(BOIN,get.boundary)
importFrom(BOIN,select.mtd)
importFrom(R6,R6Class)
importFrom(dfcrm,crmhlgt)
importFrom(dfcrm,crmht2lgt)
importFrom(dfcrm,crmhtlgt)
importFrom(dfcrm,lcrm)
importFrom(dfcrm,lcrmlgt)
importFrom(dplyr,everything)
importFrom(dplyr,mutate)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(escalation,continue)
importFrom(escalation,dose_indices)
importFrom(escalation,num_doses)
importFrom(escalation,num_patients)
importFrom(escalation,num_tox)
importFrom(escalation,parse_phase1_outcomes)
importFrom(escalation,prob_administer)
importFrom(escalation,prob_recommend)
importFrom(escalation,recommended_dose)
importFrom(escalation,selector_factory)
importFrom(escalation,simulate_trials)
importFrom(escalation,simulation_function)
importFrom(escalation,trial_duration)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,kable_styling)
importFrom(knitr,kable)
importFrom(magrittr,"%>%")
importFrom(microbenchmark,microbenchmark)
importFrom(rlang,.data)
importFrom(stats,addmargins)
importFrom(stats,aggregate)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,optimize)
importFrom(stats,plnorm)
importFrom(stats,pnorm)
importFrom(stats,qlnorm)
importFrom(stats,qnorm)
importFrom(stats,rchisq)
importFrom(stats,rexp)
importFrom(stats,rlnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,xtabs)
importFrom(stringr,str_pad)
importFrom(utils,getFromNamespace)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
useDynLib(precautionary, .registration = TRUE)