Darborn ☆ Taiwan, 2024-05-29 10:26 (196 d 04:36 ago) Posting: # 24007 Views: 2,816 |
|
Hi, I got a problem related to the CV% (from a parallel BE) and confidence interval. The CV% from winnonlin is ~14% but confidence interval is 74%-136%. Although the sample size for this trial is rather small (19 for analysis), the calculated CV% using confidence interval in PowerTOST is quite large (~39%). I'm not sure why the result is counterintuitive. Anyone have ideas? Sincerely, Jietian |
Helmut ★★★ Vienna, Austria, 2024-05-29 11:39 (196 d 03:24 ago) @ Darborn Posting: # 24008 Views: 2,455 |
|
Hi Jietian, ❝ I got a problem related to the CV% (from a parallel BE) and confidence interval. The CV% from winnonlin is ~14% but confidence interval is 74%-136%. Although the sample size for this trial is rather small (19 for analysis), the calculated CV% using confidence interval in PowerTOST is quite large (~39%). I'm not sure why the result is counterintuitive. PowerTOST :
❝ Anyone have ideas? — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
Darborn ☆ Taiwan, 2024-05-30 03:35 (195 d 11:28 ago) @ Helmut Posting: # 24009 Views: 2,307 |
|
Hi Helmut, I can't upload files here, so feel free to download it from my onedrive share link. The version of winnonlin is 8.1. I used average bioequivalence with parallel design and formulation R as the reference. The only fixed effect is the Treatment (TRT) with Ln(X) transformation. No variance structure (left all empty). Everything else were left default (I think). Thanks! |
Helmut ★★★ Vienna, Austria, 2024-05-30 11:21 (195 d 03:42 ago) @ Darborn Posting: # 24010 Views: 2,330 |
|
Hi Jietian, mystery solved. Phoenix WinNonlin gives in Output Data → Final Variance Parameters the estimated variance and not the CV, which is for \(\small{\log_{e}\textsf{-}}\)transformed data:$$\small{CV=100\sqrt{\exp (\widehat{s}^{2})-1}}$$You have to setup a Custom Transformation in the Data Wizard :❝ I used average bioequivalence with parallel design and formulation R as the reference. The only fixed effect is the Treatment (TRT) with Ln(X) transformation. No variance structure (left all empty). However, you should not assume equal variances in a parallel design. This was not stated in the User’s Guide of WinNonlin 8.1. See the online User’s Guide of v8.3 for the setup. Forget the Levene pretest (which inflates the type I error) – always use this setup in the future. Then instead of the t-test the Welch-Satterthwaite-test with approximate degrees of freedom is applied. For your complete data I got: While for Cmax the CVs of T and R are quite similar, for AUC the one of R is more than twice the one of T. That’s because subject K015 had no concentrations after 48 h (which was also the Cmax) and the AUC was way smaller than the ones of the other subjects.This has consequences for the BE-calculation since the degrees of freedom will be different as well. Therefore, the point estimates in both models are the same but the confidence intervals are not: It demonstrates why the t-test in case of unequal variances – and to a minor extent with unequal group sizes – is liberal (too narrow CI). Hence, in and SAS the Welch-test is the default.After excluding subject K015 I could confirm your results:
PowerTOST :
CI2CV() :The calculations are further based on a common variance of Test and Reference treatments in replicate crossover studies or parallel group study, respectively. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
Helmut ★★★ Vienna, Austria, 2024-05-30 13:08 (195 d 01:55 ago) @ Helmut Posting: # 24011 Views: 2,272 |
|
Hi Jietian, reproducing your complete AUC-result in base-:
Phoenix WinNonlin: — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
Darborn ☆ Taiwan, 2024-05-31 04:07 (194 d 10:56 ago) @ Helmut Posting: # 24012 Views: 2,196 |
|
Hi Helmut, I must give my whole appreciation to your reply. The detail was beyond my expectation. Thank you again for the explanation!!! Sincerely, Jietian Welcome! [Helmut] |