setBaseAlphaspendf: Function that sets the base alpha spending function

setBaseAlphaspendfR 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)

seqmon documentation built on May 29, 2024, 9:14 a.m.