Risherd ☆ Mexico, 2012-08-27 22:39 (4620 d 22:31 ago) Posting: # 9113 Views: 8,470 |
|
Hello everybody! I did a software validation of WinNonlin with R program and in the ANOVA analysis I got the following results for the sequence effect: AUC0-t. -BEAR Tests of Hypothesis using the Type III MS for SUBJECT(SEQUENCE) as an error term Sequence Effect: F-value = 8.4; Pr>F=0.00958 -WINNONLIN Sequence Effect: F-value = 4.593; P_value = 0.07053 As you can see according to bear there is a sequence effect for AUCo-t while in WinNonlin it's not. This same situation happen with AUC0-Inf. However, the results for NCA, period, drug, seq(subj) effect, Confidence Intervals are exactly the same in both programs. So, why only the sequence effect is different? Thank you for your answer on understanding this situation. Risherd. |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2012-08-27 23:35 (4620 d 21:36 ago) @ Risherd Posting: # 9114 Views: 7,898 |
|
Dear Risherd, I like to quickly respond to your question here.
❝ As you can see according to bear there is a sequence effect for AUCo-t while in WinNonlin it's not. This same situation happen with AUC0-Inf. ❝ However, the results for NCA, period, drug, seq(subj) effect, Confidence Intervals are exactly the same in both programs. So, why only the sequence effect is different? — 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 |
ElMaestro ★★★ Denmark, 2012-08-28 00:37 (4620 d 20:33 ago) @ Risherd Posting: # 9115 Views: 7,498 |
|
Hi Risherd, I think this issue is related to the denominator of the F-test. The sequence factor level is unique between subjects (not within) and therefore the sequence effect is often tested with the between-subject-MS in the denominator - this is what the bogus random statement in SAS effectuates. I think WinNonLin doesn't do it this way. I have a feeling Bear does this as well. It can be rather easily implemented, although at the outset R will not by default do it this way but will spit out a 'normal' table where all fixed factors are tested with the residual MS in the denominator. Try this:
drop1 in R, or you can work around manually by adding and removing factors in the lm specification. For Seq, the latter might be the best option since Subjects are uniquely split out on Seqs. A drop1 with Subj, Seq, Per, Trt as factors will for Seq just give flat zero (plusminus some machine/convergence precision) due to the design.— Pass or fail! ElMaestro |
yjlee168 ★★★ ![]() ![]() Kaohsiung, Taiwan, 2012-08-29 04:53 (4619 d 16:17 ago) @ ElMaestro Posting: # 9120 Views: 7,451 |
|
Dear ElMaestro, I think we have discussed this question about two years ago. Please see your previous comments here. Thus, why I said there was no way to calculate Type III SS with R as SAS did. ❝ PS - to yjlee: For type III SS you can use — 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 |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2012-08-28 16:39 (4620 d 04:31 ago) @ Risherd Posting: # 9118 Views: 8,317 |
|
Dear Risherd! It is not helpful if you give numerical results without stating the data set you used (+ the version of WinNonlin). SAS’ Type III is not given by WinNonlin – only sequential and partial tests. Sequential = SAS Type I, but (quoting WinNonlin’s User’s Guide): The partial tests in LinMix are not equivalent to the Type III method in SAS though they coincide in most situations. Or Phoenix User’s Guide: Sequential Tests worksheet — Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
ElMaestro ★★★ Denmark, 2012-08-28 21:13 (4619 d 23:57 ago) @ Risherd Posting: # 9119 Views: 7,437 |
|
Hi Risherd, if you paste the ANOVA tables from Winnonlin and Bear then it will be possible thorugh the MS to immediately determine if the source of this phenomenon is linked to type I/III SS phenomena or to the F-test's denominator. Thanks. — Pass or fail! ElMaestro |
Risherd ☆ Mexico, 2012-08-29 20:09 (4619 d 01:01 ago) @ ElMaestro Posting: # 9125 Views: 7,440 |
|
Thank you all for your answers and excuse me for the delay of my reply In request to ElMaestro and Helmut ❝ if you paste the ANOVA tables from Winnonlin and Bear then it will be possible thorugh the MS to....determine...the source of this phenomenon.... here are my results from AUC0-t using WinNonlin 6.3.
I found out that WinNonlin estimate the F-value like this Sequence effect Using Bear data and applying the previous formula I obtain the same result of WinNonlin F-value = 0.4585/0.105425 = 4.34. I think that is the root of the situation, and please correct me if I´m wrong. Gracias! ![]() |
ElMaestro ★★★ Denmark, 2012-08-29 21:42 (4618 d 23:28 ago) @ Risherd Posting: # 9126 Views: 7,370 |
|
Hi Risherd, ❝ I found out that WinNonlin estimate the F-value like this ❝ ❝ ❝ ❝ Using Bear data and applying the previous formula I obtain the same result of WinNonlin ❝ Quick note: Looks to me like Bear in your case is diving the Seq MS with the residual coming from a model with just Seq? I am not sure how this value of 0.0566 entered the scene. The current standard, as far as I know, is to divide with the subject MS just like you describe (MS sequence*volunteer is the same as MS volunteer*sequence, which is the same as MS subject in sequence, which is the same as MS sequence in subject, although the latter is a cosmic mindf%&#er to interpret). — Pass or fail! ElMaestro |
Tushar.g ☆ India, 2012-09-11 15:29 (4606 d 05:41 ago) @ Risherd Posting: # 9177 Views: 7,211 |
|
Hi Risherd, Nice thread it was. Just FYI… From WinNonlin, Please do consider AUClast parameter as a AUCo-t parameters. AUCall is little bit extrapolated as it considers all sample points including zero concentration (if data contains zero or BLOQ at end points). Please search this forum for more information. It has ample of information on AUCall and its calculation. With kind Regards, Tushar |