- alpha
Type I error probability, significance level. Conventionally mostly set to 0.05.
- theta1
Conventional lower ABE limit to be applied in the mixed procedure if
CVsWR <= CVswitch
. Also lower limit for the point estimate constraint.
Defaults to 0.8 if not given explicitly.
- theta2
Conventional upper ABE limit to be applied in the mixed procedure if
CVsWR <= CVswitch
. Also upper limit for the point estimate constraint.
Defaults to 1.25 if not given explicitly.
- theta0
‘True’ or assumed T/R ratio.
Defaults to 0.90 according to the two Lászlós if not given explicitly.
- CV
Intra-subject coefficient(s) of variation as ratio (not percent).
If given as a scalar (length(CV)==1
) the same CV of Test
and Reference is assumed (homoscedasticity, CVwT==CVwR
).
If given as a vector (length(CV)==2
), i.e., assuming
heteroscedasticity, the CV of the Test must be given in
CV[1]
and the one of the Reference in the CV[2]
.
- n
Number of subjects under study.
May be given as vector. In that case it is assumed that n
contains the number
of subjects in the sequence groups.
If n
is given as single number (total sample size) and this number is not
divisible by the number of sequences of the design an unbalanced design is
assumed. A corresponding message is thrown showing the numbers of subjects
in sequence groups.
Attention! In case of the "2x2x3"
(TRT|RTR) design the order of sample sizes is important
if given as vector. n[1]
is for sequence group 'TRT' and n[2]
is for
sequence group 'RTR'.
- design
Design of the study.
"2x3x3"
is the partial replicate design.
"2x2x4"
is a full replicate design with 2 sequences and 4 periods.
"2x2x3"
is a full replicate design with 2 sequences and 3 periods.
Defaults to "2x3x3"
. Details are given the section about Designs.
- regulator
Regulatory settings for the widening of the BE acceptance limits.
May be given as character from the choices "EMA"
, "HC"
, "FDA"
,
"GCC"
or as an object of class 'regSet' (see reg_const
).
Defaults to regulator="EMA"
if missing.
This argument may be given also in lower case if given as character.
- nsims
Number of simulations to be performed to obtain the empirical power.
Defaults to 100,000 = 1e+05.
If not given and theta0
equals one of the expanded limits (i.e.,
simulating empirical alpha), defaults to 1e+06.
- details
If set to TRUE
the computational time is shown as well as the components
for the BE decision.
p(BE-wABEL) is the probability that the CI is within (widened) limits.
p(BE-PE) is the probability that the point estimate is within theta1 ... theta2.
p(BE-ABE) is the simulated probability for the conventional ABE test.
- setseed
Simulations are dependent on the starting point of the (pseudo) random number
generator. To avoid differences in power for different runs a set.seed()
is issued if setseed=TRUE
, the default.