AUC calculation #216
Replies: 3 comments 2 replies
-
Hi there, I'm also working on similar lines using some vancomycin data. Have you tried passing on the data csv file to "makeNCA(data)". If you make it into an object like x<- makeNCA(data) and then use write.csv(x,"drive name:/folder name/filename.csv"), it will give a NCA output. Actually I tried this but faced another issue, the AUC thus predicted and the AUC calculated manually by trapezoid method are different. Why does it happen Im trying to find out. |
Beta Was this translation helpful? Give feedback.
-
We have validated makeAUC against other packages that calculate it. Can you post more details with an example from one curve how your calculations differ? |
Beta Was this translation helpful? Give feedback.
-
If you could post the excerpt from the data as a text file or paste the times and concentrations, that would allow us to copy them. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi,
im wondering how I can calculate an AUC from a dataset consisting of id-time-concentration
Beta Was this translation helpful? Give feedback.
All reactions