setBaseAlphaspendf {seqmon} | R Documentation |
Function that sets the base alpha spending function
Description
Sets the base alpha spending function.
Usage
setBaseAlphaspendf(theObject, funct0)
Arguments
theObject |
The sequential design object |
funct0 |
The base alpha spending function. It needs to be defined before this method is called. |
Value
an object of class "sequential.design"
Examples
design1<-sequential.design()
f1<-function (t) 0.025*t^3.5
design1<-setBaseAlphaspendf(design1,f1)
[Package seqmon version 2.5 Index]