FI ☆ Austria, 2012-03-09 14:50 (4798 d 23:20 ago) Posting: # 8244 Views: 10,968 |
|
Dear all, I cross-checked the L. Endrenyi/L Tothfalusi chapter in Kanfer/Shargel’s book “Generic Drug Product Development” and found a difference to the code provided by FDA for Progesterone: The so called “x” (=PE²-SE²) in the Progesterone BE recommendation does not resemble the Em (=PE²) which would be necessary to have the identical formula for the Confidence limit calculation: CL = Em-Es + √(Lm+Ls) acc. to your Kanfer/Shargel Chapter I tried now to simulate data in EXCEL to find out, which one is correct and calculated a “third” way of concluding BE: simply the exponentiated CI for the difference of the means using the SE of the differences. Instead of solving the problem, I have now 3 (slightly) differing results; This might be due to simple programming mistake but I couldn’t find them up to now; 1) Does anyone know, if there is a(nother) mistake in the FDA recommendation (the “x” as described above)? Thanks a lot Edit: Category changed. [Helmut] |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-03-09 17:36 (4798 d 20:35 ago) @ FI Posting: # 8245 Views: 9,602 |
|
Servus Franz, welcome to the forum! That’s very interesting, inasmuch the progesterone guidance specifically states: For detailed information on this approach, please refer to the published book chapter, Davit B, Conner D. Reference-scaled average bioequivalence approach. In: Kanfer I, Shargel L, eds. Generic Drug Product Development – International Regulatory Requirements for Bioequivalence. New York, NY: Informa Healthcare, 2010: 271-272. ❝ I cross-checked the L. Endrenyi/L Tothfalusi chapter in Kanfer/Shargel’s book “Generic Drug Product Development”… I don’t have this book; stupid question: Are you sure that you are dealing with the right chapter (see above)? ❝ … and found a difference … ❝ I tried now to simulate data in EXCEL to find out, which one is correct and calculated a “third” way of concluding BE: simply the exponentiated CI for the difference of the means using the SE of the differences. ❝ Instead of solving the problem, I have now 3 (slightly) differing results; This might be due to simple programming mistake but I couldn’t find them up to now; With EMA’s full replicate data set I got in Phoenix/WinNonlin (6.3 beta RC3): FDA’s code Estimate 0.143765 >0.294, scaling allowedpointest 1.15461 ≤0, RSABE demonstratedOf course we could calculate a 90% CI of the PE ( 1.06386–1.25311 ) but this doesn’t help – there’s no widening of the acceptance range like for the EMA. FDA’s unscaled mixed effects model gives 1.0710–1.2489 ; EMA’s Method A 1.0711–1.2489 and Method B 1.0711–1.2497 .Now let’s see:
I got (quick and dirty as always): Em 0.0206685 (ℯ0.214465 = 1.23920)![]() — 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, 2012-03-10 17:49 (4797 d 20:22 ago) @ FI Posting: # 8247 Views: 9,402 |
|
Dear FI, dear Helmut, ❝ The so called “x” (=PE²-SE²) in the Progesterone BE recommendation does not resemble the Em (=PE²) which would be necessary to have the identical formula for the Confidence limit calculation: ❝ ❝ CL = Em-Es + √(Lm+Ls) ... @FI: Chapeau! Argus eyes ![]() See The unknown x here in the forum (but be warned: rather lengthy thread) and J. Detlors attempt to explain this difference. I personally are more convinced of the formulas according to the two Laszlo's. Especially because there is no explanation in the Progesterone guidance for their "x". J. Detlors explanation is only a guess. But the FDA's formula is better for making our sponsors happy, as Helmut's numerical example clearly shows. And sponsor's happyness is what they pay for ![]() — Regards, Detlew |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-03-17 15:46 (4790 d 22:24 ago) @ FI Posting: # 8293 Views: 9,259 |
|
Servus Franz! ❝ I cross-checked the L. Endrenyi/L Tothfalusi chapter in Kanfer/Shargel’s book “Generic Drug Product Development” Cough. That’s not a book, but a series of books… #201 (International Regulatory Requirements for Bioequivalence, informa 2010) referred in FDA’s guidance contains no chapter by the two Laszlos. Before buying another one of the series in the blind which one do you have? BTW, it’s funny that the guidance states in the introduction: For detailed information on this approach, please refer to the published book chapter […] which actually gives much less information than the guidance itself.— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
FI ☆ Austria, 2012-03-19 21:15 (4788 d 16:55 ago) @ Helmut Posting: # 8302 Views: 9,185 |
|
Servus Helmut! ❝ ❝ I cross-checked the L. Endrenyi/L Tothfalusi chapter in Kanfer/Shargel’s book Generic Drug Product Development Sorry for late reply. I'm preparing a full response, but daily work is overwhelming. to be more precise: Kanfer/Shargel’s book Generic Drug Product Development, Bioequivalence issue, Volume 180 ISBN-13: 978-0-8493-7784-6, page 97; Let me get back next week to this ![]() ciao FI |
FI ☆ Austria, 2012-04-02 13:07 (4775 d 02:03 ago) @ Helmut Posting: # 8364 Views: 9,082 |
|
Dear Helmut and all, SAS results correspond with your Phoenix-results: Diff of ln(means): 0.143765 <=0, RSABE demonstrated„Confidence limit”-Calculation, like Endrenyi/Tothfalusi call it in SAS: Em (should be x…) 0.020668 Small difference, but can be critical; Now my EXCEL Sheet (I know, that EXCEl has bad reputation, but +-*/² and sqrt are exact): Unfortunately I get a different value for the variance of the differences of the pooled formulation data: MSE=0.165897781 in EXCEL and 0.1662119811 from SAS, if I take the „stderr“-value from „iout2“ to calculate MSE using: MSE=stderr²*69; (accordingly: SE in EXCEL: 0.0490338, in SAS 0.49080) But, if I look at the residual from „iout1“ (please see SAS program of FDA): exactly the result of my EXCEL calculation appears: residual=0.1658977 ![]() However the stderr from iout2 is used in SAS for further assessment; results from EXCEL: Critbound -0.09209837 acc. to FDA My knowledge in SAS is not enough, to draw the formula somewhere. Can someone give me a hint on the reason for the 2 different variability results, and may be a comparison of the formulas? thanks a lot FI |
d_labes ★★★ Berlin, Germany, 2012-04-03 12:56 (4774 d 02:15 ago) @ FI Posting: # 8375 Views: 9,038 |
|
Dear FI, ❝ Unfortunately I get a different value for the variance of the differences of the pooled formulation data: ❝ MSE=0.165897781 in EXCEL and ❝ 0.1662119811 from SAS, if I take the „stderr“-value from „iout2“ to calculate MSE using: MSE=stderr²*69; ❝ (accordingly: SE in EXCEL: 0.0490338, in SAS 0.49080) "Hier liegt der Hund begraben!" (That's the crux of the matter.) The formula you use to relate MSE and stderr of the difference T-R is only appropriate if the study is balanced with respect to the number of subjects within the sequences. If this is not the case you have to use (1) stderr2 = MSE*(0.25*(1/n1 + 1/n2)) for the 'full replicate' design (2-sequence-4period). Only if you set n1=n2=N/2 (N=total number of subjects) you get stderr2 = MSE*(1/N) or the other way round MSE = N*stderr2 you have used. Since here for the EMA I dataset n1=36 (RTRT), n2=33 (TRTR)and MSE=0.1658977 you get stderr=0.04908023, that value you obtain from 'iout2' regardless if you use Proc GLM or Proc MIXED. ![]() BTW: The formula for the partial replicate design (3-sequence-3-period) is stderr2 = MSE*((1/6)*(1/n1 + 1/n2 + 1/n3)) ❝ My knowledge in SAS is not enough, to draw the formula somewhere. ![]() (1)S-C Chow and J-P Liu Design and Analysis of Bioavailability and Bioequivalence Studies Chapman & Hall / CRC, Boca Raton, 3rd Ed. (2009) Chapter 9.4 (but cave! model without carry over for the 2x2x4, formula 9.4.12) Hope this helps. — Regards, Detlew |