Learn R Programming

seqmon (version 2.5)

setBaseBetaspendf: Function that sets the base beta spending function

Description

Sets the base beta spending function.

Usage

setBaseBetaspendf(theObject, funct0)

Value

an object of class "sequential.design"

Arguments

theObject

The sequential design object

funct0

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

Examples

Run this code
design1<-sequential.design()
f2<-function (t) 0.15*t^2.5
design1<-setBaseBetaspendf(design1,f2)

Run the code above in your browser using DataLab