Parameter Description: Type of Selection
The way the treatment arms are selected at interim.
Five options are available: "best"
, "rbest"
, "epsilon"
, "all"
, and "userDefined"
,
default is "best"
.
For "rbest"
(select the rValue
best treatment arms), the parameter rValue
has to be specified,
for "epsilon"
(select treatment arm not worse than epsilon compared to the best), the parameter
epsilonValue
has to be specified.
If "userDefined"
is selected, "selectArmsFunction"
has to be specified.