View source: R/gs_spending_combo.R
gs_spending_combo | R Documentation |
Derive spending bound for MaxCombo group sequential boundary
gs_spending_combo(par = NULL, info = NULL, ...)
par |
a list with the following items:
|
info |
statistical information at all analyses, at least up to analysis k |
... |
additional parameters transfered to |
# alpha-spending par <- list(sf = gsDesign::sfLDOF, total_spend = 0.025) gs_spending_combo(par, info = 1:3/3) # beta-spending par <- list(sf = gsDesign::sfLDOF, total_spend = 0.2) gs_spending_combo(par, info = 1:3/3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.