narra1813 ☆ India, 2019-08-10 11:21 (1862 d 10:52 ago) Posting: # 20491 Views: 6,166 |
|
Dear All, By using the only power and sample size how we can calculate the N for NTI molecules. what about the other parameters. Calculating the probability of passing (power) and the sample size (to meet a desired power target) are just two sides of the same coin. One determines the power at a fixed value of n (number of subjects) and the other determines n for a fixed value of power. FDA published a paper that gives the results of the correct simulations; Jiang W, et al, A Bioequivalence Approach for Generic Narrow Therapeutic Index Drugs: Evaluation of the Reference-Scaled Approach and Variability Comparison Criterion, The AAPS Journal, 17(4), 2015. Please provide your valuable suggestion on the same, for my understanding the same. Edit: I deleted another post with identical text. Please follow the Forum’s Policy. I activated the PM-function and edited your profile. [Helmut] — Regards Narra Narendra Babu |
Helmut ★★★ Vienna, Austria, 2019-08-10 13:23 (1862 d 08:49 ago) @ narra1813 Posting: # 20492 Views: 5,405 |
|
Hi Narra, ❝ By using the only power and sample size how we can calculate the N for NTI molecules. what about the other parameters. As with any other reference-scaling method we have to use simulations. The conditions for BE of NTIDs are summarized in this post and the statistical method is given in the FDA’s warfarin-guidance. Sample size estimations are implemented in function sampleN.NTIDFDA() of the -package PowerTOST since 2013. Example: CVwT = CVwR = 10%, expected T/R-ratio 97.5%, desired (target) power 80%.
Let’s explore what happens if T has a higher variability (15%) than R (10%). Abbreviated output.
Note that the FDA wants a 4-period full replicate. If you are concerned about blood loss and/or dropouts you may consider a 3-period full replicate (TRT|RTR). Since that deviates from the guidance, I recommend to initiate a controlled correspondence with the OGD first. Like the first example but for 90% power:
We can also explore deviations from our assumptions (only equal CVs implemented). For the first example, minimum acceptable power 70% (default of the function):
Note the interesting behavior of power with various CVs. If the CV gets smaller, limits get tighter and power drops. On the other hand, if the CV increases, we have wider limits and gain power. If the CVwR >21.42% the additional criterion “must pass 80–125%” becomes increasingly important and power drops. We can also explore which of the three criteria are most important. Again the first example and the estimated sample size 18:
The second example where CVwT > CVwR:
❝ FDA published a paper* … ❝ Please provide your valuable suggestion on the same, for my understanding the same. Hope the above helps.
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
Mahmoud ★ Jordan, 2024-02-06 12:45 (221 d 08:27 ago) @ Helmut Posting: # 23858 Views: 1,623 |
|
Dear Helmut ❝ ❝ ❝ ❝ ❝ ❝ ❝ ❝ ❝ ❝ ❝ ❝ what do mean about 'CVcap' = 0.2142 Thank you Mahmoud Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post #5! [Helmut] |
Helmut ★★★ Vienna, Austria, 2024-02-06 14:51 (221 d 06:21 ago) @ Mahmoud Posting: # 23859 Views: 1,650 |
|
Hi Mahmoud, ❝ what do mean about If the CVwR >21.42% the additional criterion “must pass 80–125%” becomes increasingly important and power drops. It’s not explicitly stated in the FDA’s guidances (therefore, we give it in quotes) but can be easily derived with a little algebra. In a nutshell: Limits are scaled based on \(\small{CV_\text{wR}}\) with the FDA’s regulatory constant \(\small{\theta_0}\) in the first place. But for any \(\small{CV_\text{wR}>21.42\%}\) that would result in implied limits \(\small{\left\{L,U\right\}}\), which are wider than 80.00 – 125.00%. That’s not we want for an NTID.$$\eqalign{ \Delta&=1/0.9\approx 1.11111\\ \sigma_\text{w0}&=0.10\\ \theta_0&=\frac{\log_e\Delta}{\sigma_\text{w0}}\approx1.053595\\ s_\text{wR}&=\sqrt{\log_e(CV_\text{wR}^2+1)}\\ \left\{L,U\right\}&=100\exp(\mp\theta_0\cdot s_\text{wR}) }$$Practically the limits are scaled indeed, but if the study would have passed, additionally inclusion within the conventional 80.00 – 125.00% limits is assessed as well. That’s numerically the same as if scaling would be ‘capped’ at \(\small{CV_\text{wR}=21.42\%}\). If algebra is not your thing, try this:
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
d_labes ★★★ Berlin, Germany, 2024-02-26 11:54 (201 d 09:18 ago) @ Helmut Posting: # 23882 Views: 1,392 |
|
Hi Helmut, Hi Mahmoud, please take into consideration that funtions dealing with the FDA method for NTID's have now aliases without FDA in their names. That was implemented since the evaluation methods requested by the FDA are also required by China CDE. The aliases are power.NTID(), sampleN.NTID() , and pa.NTID() .The functions power.NTIDFDA(), sampleN.NTIDFDA() , and pa.NTIDFDA() are deprecated and will be removed in the next release.— Regards, Detlew |