alphaspendf: The default alpha spending function

View source: R/sequential_design_classV2.5.R

alphaspendfR 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

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