setBaseBetaspendf | R Documentation |
Sets the base beta spending function.
setBaseBetaspendf(theObject, funct0)
theObject |
The sequential design object |
funct0 |
The base beta spending function. It needs to be defined before this method is called. |
an object of class "sequential.design"
design1<-sequential.design()
f2<-function (t) 0.15*t^2.5
design1<-setBaseBetaspendf(design1,f2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.