View source: R/sequential_design_classV2.5.R
alphaspendf | R Documentation |
The default alpha spending function
alphaspendf(t)
t |
The normalized look times |
numeric
t<-c(0.33,0.67,1)
alphas<-alphaspendf(t)
## The function is currently defined as
function (t)
0.025 * t^4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.