gs_spending_combo {gsDesign2} | R Documentation |
Derive spending bound for MaxCombo group sequential boundary
Description
Derive spending bound for MaxCombo group sequential boundary
Usage
gs_spending_combo(par = NULL, info = NULL, ...)
Arguments
par |
A list with the following items:
|
info |
Statistical information at all analyses, at least up to analysis k. |
... |
Additional parameters passed to |
Value
A vector of the alpha spending per analysis.
Examples
# 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)
[Package gsDesign2 version 1.1.2 Index]