sampleN.RSABE() [Power / Sample Size]
❝ We have early partial AUC data from a completed study and the CV (%) for the early partial AUC intrasubject between formulation variance is 30.5%.
If this was a nonreplicated study CVintra is pooled from CVWR and CVWT.
❝ The reason we have measured the partial AUC is that we are required by the FDA to submit BE data on the partial AUC metric when performing a pivotal BE study.
Zolpidem, MPH?
❝ The question arises if we should use a replicate study design.
Are you thinking about RSABE? If CVintra ~ CVWR ~ CVWT with 30.5% you will save something in the sample size (example will follow).
❝ I am thinking "yes"…
Well, would be nice if the FDA accepts RSABE for this drug.
❝ …and thinking in terms of a full replicate design comparing test and reference formulations.
Nothing tells you more about the performance of formulations than a fully replicated design. I like it.
❝ I am thinking in terms of estimating sample size and power. Are there Tables available for estimating the sample size and power of such study designs.
Only one paper.* You need simulations, since there is no explicit formula for power of the mixed procedure (no scaling for sWR <0.294, scaling ≥0.294, T/R within 0.8–1.25). The convergence is slow (the 10,000 sim’s of the paper are to few). In the meantime the two Lászlós themselves recommend the freeware R / package
PowerTOST
.❝ I have information here only for nonrepliciate BE study designs.
OK, you can play around with what you got.
- First let’s try unscaled ABE, CV 30.5%, T/R 0.90, 90% power, TRTR|RTRT:
require(PowerTOST)
sampleN.TOST(CV=0.305, theta0=0.9, targetpower=0.9, design="2x2x4", details=F)
You should get:
+++++++++++ Equivalence test - TOST +++++++++++
Sample size estimation
-----------------------------------------------
Study design: 2x2x4 replicate crossover
log-transformed data (multiplicative model)
alpha = 0.05, target power = 0.9
BE margins = 0.8 ... 1.25
Null (true) ratio = 0.9, CV = 0.305
Sample size (total)
n power
56 0.902900
- Now RSABE with FDA’s method:
require(PowerTOST)
sampleN.RSABE(CV=0.305, theta0=0.9, targetpower=0.9, design="2x2x4", details=F)
You should get:
++++++++ Reference scaled ABE crit. +++++++++
Sample size estimation
---------------------------------------------
Study design: 2x2x4 (full replicate)
log-transformed data (multiplicative model)
1e+05 studies for each step simulated.
alpha = 0.05, target power = 0.9
CVw(T) = 0.305; CVw(R) = 0.305
Null (true) ratio = 0.9
ABE limits / PE constraints = 0.8 ... 1.25
Regulatory settings: FDA
Sample size
n power
44 0.90338

- Tóthfalusi L, Endrényi. Sample Sizes for Designing Bioequivalence Studies for Highly Variable Drugs. J Pharm Pharmaceut Sci. 2011;15(1):73–84.
open access.
Dif-tor heh smusma 🖖🏼 Довге життя Україна!
![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- Sample size for replicate design partial AUC AngusMcLean 2014-06-25 02:11
- sampleN.RSABE()Helmut 2014-06-25 02:53
- sampleN.RSABE() AngusMcLean 2014-06-25 13:42
- sampleN.RSABE() Helmut 2014-06-25 15:02
- sampleN.RSABE() AngusMcLean 2014-06-25 20:05
- sampleN.RSABE() Helmut 2014-06-25 21:29
- sampleN.RSABE() AngusMcLean 2014-06-27 17:37
- sampleN.RSABE() Helmut 2014-06-25 21:29
- power2.TOST() d_labes 2014-06-30 09:47
- power2.TOST() Helmut 2014-06-30 12:02
- power2.TOST() ElMaestro 2014-06-30 12:31
- Elementary, my dear Watson! Helmut 2014-06-30 12:43
- Elementary, my dear Watson! ElMaestro 2014-06-30 13:07
- Elementary, my dear Watson! Helmut 2014-06-30 12:43
- power2.TOST() ElMaestro 2014-06-30 12:31
- power2.TOST() Helmut 2014-06-30 12:02
- sampleN.RSABE() AngusMcLean 2014-06-25 20:05
- sampleN.RSABE() Helmut 2014-06-25 15:02
- sampleN.RSABE() AngusMcLean 2014-06-25 13:42
- sampleN.RSABE()Helmut 2014-06-25 02:53