-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
72 lines (71 loc) · 1.85 KB
/
NAMESPACE
File metadata and controls
72 lines (71 loc) · 1.85 KB
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
# Generated by roxygen2: do not edit by hand
export(ARmethod)
export(AdaptiveRandomisation)
export(Boundaryconstruction)
export(GP.optim)
export(Initializetrialparameter)
export(Meanfunc)
export(Nfunc)
export(OutputStats.initialising)
export(Randomisation.inf)
export(Save.resulttoRDatafile)
export(Sperarmfunc)
export(Stopboundinf)
export(Timetrend.fun)
export(Trial.simulation)
export(alphaspending)
export(conjuncativepower_or_FWER)
export(demo_Cutoffscreening)
export(demo_Cutoffscreening.GP)
export(demo_multscenario)
export(disconjunctivepowerfunc)
export(ibetabinomial.post)
export(intbias)
export(modelinf.fun)
export(perHtypeIerror_marginalpowerfunc)
export(resultrtostats)
export(resultrtostats.rand)
export(resultstantoRfunc)
export(resultstantoRfunc.rand)
export(simulatetrial)
export(stan.logisticmodeltrans)
export(testing_and_armdropping)
export(trtbias)
export(trteffect)
export(varfunc)
import(BiocManager)
import(Rcpp)
import(ggplot2)
import(methods)
import(rstantools)
importFrom(RcppParallel,CxxFlags)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(boot,inv.logit)
importFrom(boot,logit)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,heat.colors)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(iterators,icount)
importFrom(laGP,distance)
importFrom(matrixStats,colVars)
importFrom(rstan,rstan_options)
importFrom(rstan,sampling)
importFrom(stats,dbeta)
importFrom(stats,dist)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,optimize)
importFrom(stats,pbeta)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,var)
useDynLib(BayesianPlatformDesignTimeTrend, .registration = TRUE)