Replies: 4 comments 3 replies
|
Before running
|
0 replies
|
I had set it,but still not work.
just wonder why occur this ?
…------------------ 原始邮件 ------------------
发件人: "humanpred/pknca" ***@***.***>;
发送时间: 2025年6月9日(星期一) 晚上7:00
***@***.***>;
***@***.******@***.***>;
主题: Re: [humanpred/pknca] AUC0-tau differ from those calculated by WinNonlin,how to solve it? (Discussion #431)
Before running pk.nca(), you can set the AUC integration method to linear using one of these two methods:
(preferred) Use the options argument to PKNCAdata(): PKNCAdata(conc_obj, intervals = intervals, options = list(auc.method = "linear"))
(also works) Use PKNCA.options(auc.method = "linear") before calling pk.nca()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
1 reply
|
if you have new progress, let me know.Thanks
…------------------ 原始邮件 ------------------
发件人: "humanpred/pknca" ***@***.***>;
发送时间: 2025年6月9日(星期一) 晚上7:09
***@***.***>;
***@***.******@***.***>;
主题: Re: [humanpred/pknca] AUC0-tau differ from those calculated by WinNonlin,how to solve it? (Discussion #431)
Can you please provide a reproducible example (with made-up data, if necessary) that shows the disconnect?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
1 reply
|
@billdenney I am also noticing this issue with AUCINT compared to Winonlin Using this dummy dataset If I run this code, AUCLast is 12.3 but AUCint is 20.1 Not sure what the reason for such a large difference is? Or which one is correct... |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am a statistician. Recently, while using the pknca package, I noticed that the results for AUC0-tau differ from those calculated by WinNonlin. Previously, when calculating AUC0-last, I encountered a similar issue, which was resolved by setting AUC method = linear in the options. Could you please advise on how to resolve this? In theory, since I set it to linear, it should also apply to the calculation of AUC0-tau.
All reactions