# NOT RUN {
## An example for running a simulation trial using the BaCIS method
library(bacistool)
bacisOneTrial(
numGroup=5,
tau1=NA,
tau2=.001,
phi1=0.1, phi2=0.3,
tau4=0.1,
alpha=50,
beta=2,
clusterCutoff = NA,
finalCutoff = 0.92,
MCNum=50000,
nDat=c(25,25,25,25,25),
xDat=c(2,3,7,6,10),
cols=c("brown","red","orange","blue","green"),
clusterCols=c(6,4),
yLim=22,
seed=100
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab