alphaspendf {seqmon}R Documentation

The default alpha spending function

Description

The default alpha spending function

Usage

alphaspendf(t)

Arguments

t

The normalized look times

Value

numeric

Examples

t<-c(0.33,0.67,1)
alphas<-alphaspendf(t)

## The function is currently defined as
function (t) 
0.025 * t^4

[Package seqmon version 2.5 Index]