Learn R Programming

seqmon (version 2.5)

setBaseAlphaspendf: Function that sets the base alpha spending function

Description

Sets the base alpha spending function.

Usage

setBaseAlphaspendf(theObject, funct0)

Value

an object of class "sequential.design"

Arguments

theObject

The sequential design object

funct0

The base alpha spending function. It needs to be defined before this method is called.

Examples

Run this code
design1<-sequential.design()
f1<-function (t) 0.025*t^3.5
design1<-setBaseAlphaspendf(design1,f1)

Run the code above in your browser using DataLab