pa.scABE(CV, theta0=0.9, targetpower=0.8, minpower=0.7,
design=c("2x3x3", "2x2x4", "2x2x3"),
regulator=c("EMA", "ANVISA", "FDA"), ...)
targetpower has to be >= 0.5.1.>
targetpower
. Defaults to 0.7.
minpower
or targetpower
2x3x3
, the partial replicate design (TRR/RTR/RRT).EMA
, method of scaled (widened) bioequivalence limits.power.scABEL()
or power.RSABE()
.
F. i. alpha
, theta1
, theta2
or nsims
if other values
then the defaults for these arguments are needed.
See man pages'pwrA'
with the componentssampleN.scABEL()
or sampleN.RSABE()
'pwrA'
has the S3 methods print()
and plot()
.
See pa.ABE
for usage.power.scABEL()
or power.RSABE()
and
calculations of CV and theta0 which result in minpower
are derived via uniroot()
.
While one of the parameters (CV, GMR, n) is varied, the respective two others are
kept constant. The tool shows the relative impact of single parameters on power.
The tool takes a minimum of 12 subjects as demanded in most BE guidances into account.
It should be kept in mind that this is not a substitute for the "Sensitivity Analysis"
recommended in ICH-E9. In a real study a combination of all effects occurs simultaneously.
It's upto you to decide on reasonable combinations and analyze the power of them.power.scABEL
, power.RSABE
, print.pwrA
,
plot.pwrA
, pa.ABE
# using the defaults:
# design="2x3x3", targetpower=0.8, minpower=0.7, theta0/GMR=0.90
# BE acceptance range from defaults of sampleN.scABEL() 0.8 ... 1.25
# 1E5 sims in power.scABEL()
# not run due to timing policy of CRAN, may run some ten seconds
# implicit print & plot
pa.scABE(CV=0.4)
Run the code above in your browser using DataLab