Boundaryconstruction {BayesianPlatformDesignTimeTrend} | R Documentation |
This function constructs the stopping boundary based on input information
Boundaryconstruction(Stopbound.inf = Stopbound.inf, ns = ns)
Stopbound.inf |
The list of stop boundary information for more see |
ns |
A vector of accumulated number of patient at each stage |
A list of the futility boundary and the efficacy boundary
Ziyan Wang
Stopbound.inf=list(Stop.type="Early-Pocock",Boundary.type="Symmetric",cutoff=c(0.9928,0.0072))
ns=c(60,120,180,240,300)
Boundaryconstruction(Stopbound.inf, ns)