- ...
Ensures that all arguments (starting from the "...") are to be named and
that a warning will be displayed if unknown arguments are passed.
- kMax
The maximum number of stages K
.
Must be a positive integer of length 1 (default value is 3
).
The maximum selectable kMax
is 20
for group sequential or inverse normal and
6
for Fisher combination test designs.
- alpha
The significance level alpha, default is 0.025
. Must be a positive numeric of length 1.
- beta
Type II error rate, necessary for providing sample size calculations
(e.g., getSampleSizeMeans()
), beta spending function designs,
or optimum designs, default is 0.20
. Must be a positive numeric of length 1.
- sided
Is the alternative one-sided (1
) or two-sided (2
), default is 1
.
Must be a positive integer of length 1.
- informationRates
The information rates t_1, ..., t_kMax (that must be fixed prior to the trial),
default is (1:kMax) / kMax
. For the weighted inverse normal design, the weights are derived
through w_1 = sqrt(t_1), and w_k = sqrt(t_k - t_(k-1)). For the weighted Fisher's combination test, the
weights (scales) are w_k = sqrt((t_k - t_(k-1)) / t_1) (see the documentation).
- futilityBounds
The futility bounds, defined on the test statistic z scale
(numeric vector of length kMax - 1
).
- typeOfDesign
The type of design. Type of design is one of the following:
O'Brien & Fleming ("OF"
), Pocock ("P"
), Wang & Tsiatis Delta class ("WT"
),
Pampallona & Tsiatis ("PT"
), Haybittle & Peto ("HP"),
Optimum design within Wang & Tsiatis class ("WToptimum"
),
O'Brien & Fleming type alpha spending ("asOF"
), Pocock type alpha spending ("asP"
),
Kim & DeMets alpha spending ("asKD"
), Hwang, Shi & DeCani alpha spending ("asHSD"
),
user defined alpha spending ("asUser"
), no early efficacy stop ("noEarlyEfficacy"
),
default is "OF"
.
- deltaWT
Delta for Wang & Tsiatis Delta class.
- deltaPT1
Delta1 for Pampallona & Tsiatis class rejecting H0 boundaries.
- deltaPT0
Delta0 for Pampallona & Tsiatis class rejecting H1 boundaries.
- optimizationCriterion
Optimization criterion for optimum design within
Wang & Tsiatis class ("ASNH1"
, "ASNIFH1"
,
"ASNsum"
), default is "ASNH1"
, see details.
- gammaA
Parameter for alpha spending function.
- typeBetaSpending
Type of beta spending. Type of of beta spending is one of the following:
O'Brien & Fleming type beta spending, Pocock type beta spending,
Kim & DeMets beta spending, Hwang, Shi & DeCani beta spending, user defined
beta spending ("bsOF"
, "bsP"
, "bsKD"
,
"bsHSD"
, "bsUser"
, default is "none"
).
- userAlphaSpending
The user defined alpha spending.
Numeric vector of length kMax
containing the cumulative
alpha-spending (Type I error rate) up to each interim stage: 0 <= alpha_1 <= ... <= alpha_K <= alpha
.
- userBetaSpending
The user defined beta spending. Vector of length kMax
containing the cumulative
beta-spending up to each interim stage.
- gammaB
Parameter for beta spending function.
- bindingFutility
Logical. If bindingFutility = TRUE
is specified the calculation of
the critical values is affected by the futility bounds and the futility threshold is binding in the
sense that the study must be stopped if the futility condition was reached (default is FALSE
).
- directionUpper
Logical. Specifies the direction of the alternative,
only applicable for one-sided testing; default is TRUE
which means that larger values of the test statistics yield smaller p-values.
- betaAdjustment
For two-sided beta spending designs, if betaAdjustement = TRUE
a linear
adjustment of the beta spending values is performed if an overlapping of decision regions for futility
stopping at earlier stages occurs, otherwise no adjustment is performed (default is TRUE
).
- constantBoundsHP
The constant bounds up to stage kMax - 1
for the
Haybittle & Peto design (default is 3
).
- twoSidedPower
For two-sided testing, if twoSidedPower = TRUE
is specified
the sample size calculation is performed by considering both tails of the distribution.
Default is FALSE
, i.e., it is assumed that one tail probability is equal to 0 or the power
should be directed to one part.
- delayedInformation
Delay of information for delayed response designs. Can be a numeric value or a
numeric vector of length kMax - 1
- tolerance
The numerical tolerance, default is 1e-08
.