# NOT RUN {
# suppose we get data from both groups after each observation
# a simulated ordered data at Step-30
x1.seq = rnorm(30,2,1.5)
x2.seq = rnorm(30,2,1.5)
## UMPBT alternative at step-30
# providing the data x1.seq & x2.seq
umpbt.twoT(n1= 60, n2= 60, obs1= x1.seq, obs2= x2.seq)
# }
Run the code above in your browser using DataLab