NCA analysis using PKNCA - Back extrapolation not possible #294
-
Rversion = 4.3.2 My problem is that PKNCA is not able to understand that I don't have time points before 0.25; in phoenix this is automatically done by back extrapolation. In PKNCA I get different results or no results at all - cant get an AUClast value right. Note: I am using asnumeric and is.na to make sure my dose, concentration and time are manipulated correctly; I am using read_excel() to read my data and in the beginning I split my data by route creating 2 data frames Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please check out the data imputation vignette here for how to do the initial imputation: https://billdenney.github.io/pknca/articles/v08-data-imputation.html#imputation-for-the-full-dataset That has code examples that will hopefully clear it up for you. |
Beta Was this translation helpful? Give feedback.
Please check out the data imputation vignette here for how to do the initial imputation: https://billdenney.github.io/pknca/articles/v08-data-imputation.html#imputation-for-the-full-dataset
That has code examples that will hopefully clear it up for you.