pa.NTIDFDA(CV, theta0=0.975, targetpower=0.8, minpower=0.7, ...)
targetpower
. Defaults to 0.7.
minpower
< 0.5 doesn't make many sense.power.NTIDFDA()
.
F. i. alpha
, theta1
, theta2
or nsims
if other values
then the defaults for these arguments are needed.
See man page of power.NTIDFDA()
'pwrA'
with the componentssampleN.NTIDFDA()
'pwrA'
has the S3 methods print()
and plot()
.
See pa.ABE
for usage.theta0
)
to values nearer to 1 to not run into errors and/or long execution times.power.NTIDFDA()
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 into account as demanded in most BE guidances.
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.NTIDFDA
, pa.ABE
, pa.scABE
print.pwrA
, plot.pwrA
# using the defaults:
# targetpower=0.8, minpower=0.7, theta0/GMR=0.975
# BE acceptance range from defaults of sampleN.NTIDFDA() 0.8 ... 1.25
# 1E5 sims in power.NTIDFDA()
# not run due to timing policy of CRAN for examples
# may run some ten seconds or more
plot(pa.NTIDFDA(CV=0.1))
Run the code above in your browser using DataLab