-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
58 lines (57 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export(boundsPostprob)
export(boundsPredprob)
export(dbetaMix)
export(dbetabinom)
export(dbetabinomMix)
export(dbetadiff)
export(myPlotDiff)
export(oc2)
export(oc3)
export(ocPostprob)
export(ocPostprobDist)
export(ocPredprob)
export(ocPredprobDist)
export(ocRctPostprobDist)
export(ocRctPredprobDist)
export(pbetaMix)
export(pbetadiff)
export(plotBeta)
export(plotBounds)
export(plotDecision)
export(plotOc)
export(postprob)
export(postprobBeta)
export(postprobDist)
export(predprob)
export(predprobDist)
export(qbetaMix)
export(qbetadiff)
export(runShinyPhase1b)
export(sumBetadiff)
export(sumTable)
import(checkmate)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(lifecycle,deprecated)
importFrom(stats,acf)
importFrom(stats,binom.test)
importFrom(stats,dbeta)
importFrom(stats,dbinom)
importFrom(stats,integrate)
importFrom(stats,optimize)
importFrom(stats,pbeta)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,uniroot)