powered by
Sets the base beta spending function.
setBaseBetaspendf(theObject, funct0)
an object of class "sequential.design"
The sequential design object
The base beta spending function. It needs to be defined before this method is called.
design1<-sequential.design() f2<-function (t) 0.15*t^2.5 design1<-setBaseBetaspendf(design1,f2)
Run the code above in your browser using DataLab