d_labes ★★★ Berlin, Germany, 2010-03-05 11:51 (5539 d 03:16 ago) Posting: # 4864 Views: 30,254 |
|
Dear all, after reading the tons of answers to the comments regarding the DRAFT of the new EMA Guidance I am more and more confused. As Helmut has already noted they insists on using ANOVA, ANOVA, ANOVA ... and nothing else in the statistical evaluation of bioequivalence (in SAS speak Proc GLM or for Rusers function lm()). And more over all effects in the ANOVA as fixed! Beside their joke "It is out of the scope of the guideline to give details on how to analyse the data of a replicate design, since it is standard statistical analysis ![]()
![]() So how to react? How to proceed with replicate studies practically, technically ... to be EMA conform? — Regards, Detlew |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2010-03-05 15:17 (5538 d 23:50 ago) @ d_labes Posting: # 4866 Views: 27,268 |
|
Dear D Labes! ❝ • From where do we get the intra-individual variabilities within Test or ❝ ❝ In a 2×2 design that's a main assumption. In replicate designs I'm not sure. ❝ • Can we have an evaluation that is not only EMA accepted? I don't think so. ❝ […] mixed model […] obsolete in the light of the new EMA guidance! ❝ So how to react? How to proceed with replicate studies practically, technically ... to be EMA conform? To be honest: not the slightest idea. I'm still trying to track down where the ANOVA comes from. Tóthfalusi et al. (2009) wrote in Section 6.1 (p 737):
Note the last two sentences! But as a statistical amateur I don't get the point looking at the referred paper: Hsuan FC, Reeve R. Assessing individual bioequivalence with high-order cross-over designs: a unified procedure. Stat Med. 2003;22:2847–60. From the summary:The U.S. FDA's newly issued guidance on bioequivalence recommends the use of individual bioequivalence (IBE) for highly variable drugs and possibly for modified release dosage forms. The recommended approach to the analysis is to follow the methodology of Hyslop, Hsuan and Holder (HHH), based on a linear mixed model. A limitation of the HHH method is that it works only for uniform designs, such as RTRT/TRTR. In this paper, we present an alternative approach based on a multivariate model. The multivariate model is shown to be a strict superset of the linear mixed model and can successfully model data where the mixed model fails. Our multivariate approach coincides with the HHH method where the HHH method applies, but generalizes to any high-order cross-over design, such as the Balaam design, RTR/TRT, and TRSS/RSTT/STRR. My emphasis. And on page 2858:
Too bad that WinNonlin's output states on top of each page
LINEAR MIXED EFFECTS MODELING ' by 'MULTIVARIATE ANOVA '; save file."— 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, 2010-03-09 10:33 (5535 d 04:34 ago) @ Helmut Posting: # 4882 Views: 26,710 |
|
Dear Helmut! Oh, oh the orouboros has beaten again! ❝ ... But as a statistical amateur I don't get the point looking at the referred paper: ❝ Hsuan FC, Reeve R. Assessing individual bioequivalence with high-order cross-over designs: a unified procedure. Stat Med. 2003;22:2847–60. I must confess that I had not understand this paper at all, thus being less than an amateur ("Blutiger Laie" = raw recruit ![]() ❝ The method we proposed here has been implemented in a Pharsight™ product, WinNonlin® (version 3.2 or later). Too bad I do not own WinNonlin. Can you eventually show some output of this method? What do you think about an adaption of J.-P. Liu Use of the repeated cross-over design in assessing bioequivalence Statist. Med. 14, 1067-1078 (1995) It has ANOVA tables but Liu term his model underlying the analysis "Mixed"! Mixed effects for subject and subject*formulation interaction. Without mixed effects the corresponding F-Tests would be others, I think. — Regards, Detlew |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2010-03-09 15:55 (5534 d 23:12 ago) @ d_labes Posting: # 4885 Views: 26,677 |
|
Dear D Labes! ❝ Too bad I do not own WinNonlin. ❝ Can you eventually show some output of this method? Well, we had a comparison following this post. ❝ What do you think about an adaption of ❝ ❝ J.-P. Liu ❝ Use of the repeated cross-over design in assessing bioequivalence ❝ Statist. Med. 14, 1067-1078 (1995) Hhm, I don’t have it in my files yet. ❝ It has ANOVA tables but Liu term his model underlying the analysis "Mixed"! ❝ Mixed effects for subject and subject*formulation interaction. ❝ Without mixed effects the corresponding F-Tests would be others, I think. Mixed is the taboo-word! Edit: Got the paper. It’s definitely a mixed effects-model. — 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, 2010-03-11 12:07 (5533 d 03:00 ago) @ Helmut Posting: # 4894 Views: 27,229 |
|
Dear Helmut, dear All, Meanwhile I have experimented a little bit with the ANOVA described in the Liu paper. I have taken Example 4.4 from the book Patterson, Jones "BIOEQUIVALENCE and STATISTICS in CLINICAL PHARMACOLOGY" Chapman & Hall / CRC 2006 a 4-period study with the sequences TRTR and RTRT as the dataset (to be found here). [edit: /CRC WEB PAGE/chapter4/exam44.dat (Helmut)] The subjects with missing data were left out from the analyses. It took me some headache (and some beer ![]() Here comes the code that worked without curiosities:
Proc GLM data=four; The random statement is only for letting SAS figure out the "appropriate" F-tests for the effects, because we all know meanwhile that Proc GLM is fitting the model as if all effects are fixed and the random statement only affects the F-tests, which in an all-fixed model always have MS(error) as denominator. Results: ... Some points to consider:
BTW: Excuse this very long post, but I had no idea how to shorten. BTW2: The fixed effects story gets more and more curious for me. BTW3: If this ANOVA would be sufficient for the EMA we had also in SAS to follow Helmut's SOP with the adaption "delete Mixed model" ![]() — Regards, Detlew |
d_labes ★★★ Berlin, Germany, 2010-03-26 15:01 (5518 d 00:05 ago) @ Helmut Posting: # 4977 Views: 26,562 |
|
Dear All! This should read in connection with my previous post in this thread. Helmut, I have posted to you because I otherwise had to post to myself. After touting the anti-conservatism of the all-fixed-effects-approach of the Liu ANOVA and noticing the fact that omitting SxF results in the classical model, hopefully with SxF incorporated in the error term. I was interested in going the Bear way for replicate designs because meanwhile I hazard a guess that EMA is expecting this from us. Some little evidence:
S.A. Willavize, E.A. Morgenthin Comparison of models for average bioequivalence in replicate cross-over designs Pharm. Stat. Volume 5 Issue 3, Pages 201 - 211 (2006) Published Online: 24 May 2006 The authors have simulated data of a TRTR/RTRT design distributed exactly according to the models underlying the evaluation methods, namely according to the classical model without any SxF interaction and some variants of including such an interaction. Various values of the involved variabilities were employed. For each setting 1500 datasets were simulated with 24 subjects. These data were then evaluated with each evaluation method. Here is a part of the results of evaluations with the classical model, also Proc Mixed was employed instead of Proc GLM (the Bear way): Probability of concluding BE at T/R = 0.8 (=alpha) model1=classical model model2=FDA model with SxF model3=Ekbohm-Melander (very similar to the Liu ANOVA) Although not mentioned exactly in the paper I suppose that the greatest anti-conservatism / alpha-inflation occurred with drastic values of the SxF interaction. Seems the SxF component can not always incorporated into the error term of the simple classical evaluation. Of course the impact of these results depend on the belief if the SxF is a real phenomenon in bioequivalence studies. For instance in Endrenyi, Tothfalusi Subject-by-formulation interaction in determination of individual bioequivalence: Bias and prevalence Pharm. Res. 16 (1999), 186-190 and others it is strongly argued against it in showing that the datasets used by FDA during evaluation of IBE are compatible with a SxF=0. — Regards, Detlew |
d_labes ★★★ Berlin, Germany, 2010-03-29 18:17 (5514 d 21:50 ago) @ d_labes Posting: # 4986 Views: 26,467 |
|
Dear All! Talking a little bit with myself for psycho-hygiene. After walking a while on the bear way, sun was shining ![]() She was horrible looking, totally out of balance and equipped with dreadful mixed (un)expected means and (non)integer degrees of freedom ![]() Quick I employed the famous bogus RANDOM statement of Proc GLM, which I was preventively armed with during this adventure, to inspect the expected mean squares of the data and to perform the 'appropriate' F-tests for banishing that beast arosen from the depth of moria ![]() (Unfortunately the mightier Proc Mixed was prohibited to me by the custodians of the bear-way on EMA territory.) Here the result: evaluation of example 4.2 from Patterson/Jones, a dataset from a 3-period-2-sequence replicate crossover design with the sequences RTT (39 subjects) and TRR (35 subjects), without missing data. Classical Proc GLM, Cmax After I had survived this beastly monster due to my extra-power-to-know ![]()
— Regards, Detlew |
ElMaestro ★★★ Denmark, 2010-03-29 19:26 (5514 d 20:41 ago) @ d_labes Posting: # 4987 Views: 26,311 |
|
Dear d_labes ❝ She was horrible looking, totally out of balance and equipped with dreadful mixed (un)expected means and (non)integer degrees of freedom Hmmm, have you been smoking Schuetzomycin? ❝ Here the result: evaluation of example 4.2 from Patterson/Jones, a dataset from a 3-period-2-sequence replicate crossover design with the sequences RTT (39 subjects) and TRR (35 subjects), without missing data. (...) I am completely lost, simply not at your level of insight. I don't know how to understand all this. Could you explain to a novice like me in slowmotion what you investigated and what you conclude and why? Many thanks for your thoughts, Best regards, EM. |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2010-03-29 20:41 (5514 d 19:26 ago) @ ElMaestro Posting: # 4988 Views: 26,731 |
|
Ahoy! ❝ Hmmm, have you been smoking Schuetzomycin? What?! Schützomycin is an esoteric (aka undocumented) ingredient of modern preparations of Flying Ointment. You don't smoke it, honey – its use is topical & delicate; believe me. ![]() ❝ ❝ Here the result: evaluation of example 4.2 from Patterson/Jones, a dataset from a 3-period-2-sequence replicate crossover design (...) ❝ ❝ I am completely lost Well, Detlew is referring to a dataset we played with in the past. Since I’m not equipped with ![]() ![]() — 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, 2010-03-30 11:20 (5514 d 04:47 ago) @ Helmut Posting: # 4992 Views: 26,507 |
|
Gents! ❝ ... Schützomycin is an esoteric (aka undocumented) ingredient of modern preparations of Flying Ointment. You don’t smoke it, honey – its use is topical & delicate; believe me. Ok, on my next leg along the Bear way I will take some dose of Schützomycin with me. Hopefully this will escape me from some more serious situations. ❝ ... Rumors are going that he’s on the track of evaluating a replicate study without a mixed model and all effects fixed. Yessss Sir, this is the Bear way, without lme() but rather lm() also known to SAS'lers as Proc GLM ![]() And what I have observed in this adventure along the Bear way was to evaluate my original question Q2 above in this thread: How can we get the 'appropriate' tests (new BE guidance, page 16 "The ANOVA tables, including the appropriate statistical tests of all effects in the model, should be submitted.") within an ANOVA style evaluation. And I was very surprised with that finding as a statistical raw recruit. If it is real, and the right answer to a false question, it prevents us from using a test by hand of the sequence effect using simply the subject(sequence) MS as the error term because the mixture observed above depends on the degree of imbalance. Just to cite ElMaestro above, ooouch ..., below: "You still can get the effects right ... by considering all effects fixed. but you will have to do some manual brain-work still." I employed the RANDOM statement to save my small brain. I suppose a big amount of serious headache! For every new study, if using 3-period-whatever-sequence replicate design, if not totally balanced! Schützomycin to the rescue? ![]() BTW: In a bizarre twist, it's not all-fixed but rather mixed as usual, but ANOVA, ANOVA, ANOVA ... BTW2: The Bear model is also used in Chow/Liu, Chapter 9 but evaluated with GLM (see for instance page 274). Also the various formula given there (casually also for the within-subject variabilities!) then heavily rely on within-subject contrasts. — Regards, Detlew |
ElMaestro ★★★ Denmark, 2010-03-30 18:01 (5513 d 22:06 ago) @ d_labes Posting: # 4993 Views: 26,350 |
|
Ahoy, ❝ I suppose a big amount of serious headache! For every new study, if using 3-period-whatever-sequence replicate design, if not totally balanced! Section 6.2.3.1.2.5.7.2: Statistical handling of volunteers Each subject will be stratified into one of three sequences. Section 8.4.9.8.3.5.1.5: Statistics The full analysis set consists of the 14 volunteers that first complete sequence ABB, plus the 14 volunteers that first complete sequence BAB, plus plus the 14 volunteers that first complete sequence BBA. ❝ Schützomycin to the rescue? Not sure. It has recently come to my attention that Schützomycin, although it's a wonderful drug, also has a few shortcomings. On board my boat I usually give my men a large dose before we make port as a preventive measure. This is because I know that once they get on land after 3 months at sea the first thing they do is [DELETED BY THE FORUM ADMINISTRATOR] after which they [DELETED BY THE FORUM ADMINISTRATOR] and frequently they will even [DELETED BY THE FORUM ADMINISTRATOR]. After such events a brief visit to the local police authority (with a stack of cash in a suitcase) and/or the consulate is now and then called for. Best regards EM. |
d_labes ★★★ Berlin, Germany, 2010-04-01 17:20 (5511 d 22:46 ago) @ ElMaestro Posting: # 4995 Views: 26,296 |
|
Ahoy Old Sailor, ❝ Section 6.2.3.1.2.5.7.2: Statistical handling of volunteers ❝ Each subject will be stratified into one of three sequences. ❝ ❝ Section 8.4.9.8.3.5.1.5: Statistics ❝ The full analysis set consists of the 14 volunteers that first complete sequence ABB, plus the 14 volunteers that first complete sequence BAB, plus plus the 14 volunteers that first complete sequence BBA. ![]() Meanwhile I have inspected the Extra-reference three-headed hydra, captured on my last journey on the Bear way using some Schützomycin for immobilizing (a paradox effect, which occurs only for hydras). Whatever imbalance I put on it, the expected mean squares always show that the error term for the sequence effect is simply subject(sequence), as my bogus little RANDOM friend tells me. BTW: Played with the data set Le Roux et.al "Use of repeated cross-over design in assessing bioequivalence: (within and between subjects variability - Schuirmann confidence intervals estimation)" Eur. J. Drug Metab. Pharmacokin. 23(2), 339-345 (1998) Have a nice Easter. — Regards, Detlew |
ElMaestro ★★★ Denmark, 2010-03-06 00:02 (5538 d 15:05 ago) @ d_labes Posting: # 4869 Views: 26,949 |
|
Dear d_labes, ❝ • How do we formulate an ANOVA for replicate designs (or partial ❝ ❝ Go to church, pray, and hope for a miracle. Or go to the EMA at their upcoming event for people interested in this guideline and ask the question. ❝ • How do we get the right ("appropriate") tests for the effects in the ❝ ❝ Disagree. You still can get the effects right (in particular we talk sequence, right?) by considering all effects fixed. but you will have to do some manual brain-work still. By the way, there is even in this case a non-trivial issue with that effect. One can rightfully claim it must be null for a type III SS, because type III SS for Seq reflects a model with Per Trt and Subj, and since Subj is nested in Seq, one does not achieve anything by this single term deletion. Compare R's "drop1" with Proc GLM and see the difference. ❝ • From where do we get the intra-individual variabilities within Test or ❝ ❝ Mixed models or nothing. Church or EMA. I am not competent to tell if there is a potential gain in the Method of Moments, but I have not seen it working in bioequivalence. ❝ • Can we have an evaluation that is not only EMA accepted? FDA suggests ❝ FDA got it right. It's standard. ![]() ❝ I had used the FDA code for replicate designs up to now. But it relies definitely on mixed model (i.e. assuming subject as a random effect, factor) and thus on more elaborate and sophistic statistical method, but lacking anything that looks like ANOVA table. But this now obsolete in the light of the new EMA guidance! ❝ So how to react? How to proceed with replicate studies practically, technically ... to be EMA conform? Church or EMA. When you figure out the answers, please inform us all. I completely agree with your disorientation and I think this is a lapse in the guidance that merits a correction (better sooner than later). EM. |
d_labes ★★★ Berlin, Germany, 2010-03-09 10:02 (5535 d 05:04 ago) @ ElMaestro Posting: # 4881 Views: 26,655 |
|
Dear Großer Meister, ❝ Go to church, pray, and hope for a miracle. I know that the world is full of miracles. But I don't believe in ![]() Moreover the Oracle has answered already: "It is out of the scope of the guideline to give details on how to analyse the data of a replicate design, since it is standard statistical analysis". (emphases by me) So once again: Any idea how to do that? The Bear way, i.e same model as for 2x2? Helmuts suggestion? Any other? — Regards, Detlew |
ElMaestro ★★★ Denmark, 2010-03-09 20:02 (5534 d 19:05 ago) @ d_labes Posting: # 4886 Views: 26,695 |
|
Dear d_labes, ❝ So once again: Any idea how to do that? The Bear way, i.e same model as for 2x2? Helmuts suggestion? Any other? Neither. If I had to do something with a dossier based on a replicated study it would be the following:
So if the product is referred to CMD, there will be limited scientific discussion there because CMD is mainly a regulatory comittee. They are highly skilled in all procedural problems, but they are not statisticians or pharmacokinetophystians or what it's called (they can bring experts, but there is a limitation to that, too). So either approval or referral to the CHMP. This would be a great chance for you. Because you can openly address it and ask them to show you how one can analyse replicated studies without a mixed model and still get unbiased separate withins for T and R. Gotcha! I have the greatest respect for the PK-subgroup, the CMD, the CHMP and EU regulators in general for all the work they undertake. But in this specific case I think the PK-subgroup has produced a document that is self-contradictory and not on par with current standards and which may result in rejection of equivalent products if the word of the guideline is followed. For that reason, I think that medicine consumers in Europe would have a potential benefit if someone like you engages the regulators in a game of chicken. It is only one sentence that needs to be changed in the guidance in order for everything to be ok. Best regards EM. |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2010-03-08 04:23 (5536 d 10:43 ago) @ d_labes Posting: # 4874 Views: 26,759 |
|
Dear d_labes, ❝ the community: ❝ • How do we formulate an ANOVA for replicate designs (or partial ❝ ❝ With R codes, I don't know if this method is applicable to a replicate BE? Scroll down the webpage to browse "Mixed (between and Within) designs". However, it's not lm() function. Thanks. — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
d_labes ★★★ Berlin, Germany, 2010-03-09 09:52 (5535 d 05:14 ago) @ yjlee168 Posting: # 4880 Views: 27,327 |
|
Dear Yung-jin, Thanks for pointing me to this WEB site. But my R speak is not good enough to figure out what the difference between aov() and lm() is. ![]() Moreover I don't understand their data. Eventually there is someone out to enlighten me? — Regards, Detlew |