Error #543
Error
#543
|
Hi NA Requesting an AUC range starting (0) before the first measurement (0.019) is not allowed |
Answered by
billdenney
May 15, 2026
Replies: 1 comment
|
You don't have a measurement at time 0, so it doesn't know how to calculate the AUC (is it single-dose, multiple dose, etc.). I assume that you want it to assume a concentration of 0 at time 0, so you will need to give an imputation method as described here (https://cran.r-project.org/web/packages/PKNCA/vignettes/v08-data-imputation.html#imputation-for-the-full-dataset). I have added it to your code below. |
0 replies
Answer selected by
billdenney
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't have a measurement at time 0, so it doesn't know how to calculate the AUC (is it single-dose, multiple dose, etc.). I assume that you want it to assume a concentration of 0 at time 0, so you will need to give an imputation method as described here (https://cran.r-project.org/web/packages/PKNCA/vignettes/v08-data-imputation.html#imputation-for-the-full-dataset). I have added it to your code below.