jag009 ★★★ NJ, 2024-05-20 01:45 (356 d 08:06 ago) Posting: # 24001 Views: 2,900 |
|
Hi all, I am getting some weird results when I tried to use PKNCA... 1) I followed the instructions from the following link and the AUC calculated from the PKNCA example was close to my Excel AUClast calculation. PKNCA's AUClast value was 12.9965842 and my excel calculated value (using the AUC equation) was 13.05000. The values were not far off from each others. PKNAC example 2) I modified the PKNCA codes from the example above to calculate PK parameters for the following dataset. PKNCA's AUClast value was 5997.7885480, but my excel calculated value was 6825.422.???? I am not sure what went wrong. Below is the dataset. Can anyone give it a try and let me know? Here are the codes I updated from the link above and used to run the computation (I didn't include the ggplot routine here since that part ran fine) suppressPackageStartupMessages({ Here is the DATA.CSV
Subject Time Concentration Thx J |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2024-05-20 09:39 (356 d 00:11 ago) @ jag009 Posting: # 24003 Views: 2,462 |
|
Hi John, ❝ I modified the PKNCA codes from the example above to calculate PK parameters for the following dataset. PKNCA's AUClast value was 5997.7885480, but my excel calculated value was 6825.422.???? I am not sure what went wrong. PKNCA the linear-up/log-down rule is the default (see this article). Let’s go for a second opinion:
PKNCA is using the linear-up/log-down and you the linear trapezoidal in bloody Excel. If you really want to do that (I hope, you don’t), see there.Note: If you give 0 at 72 , you will get the same result with the lin-up/log-down, but 6868.958 with the linear rule. That’s Pharsight’s crappy AUCall .— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |