Skip to content
Discussion options

You must be logged in to vote

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.

PKNCAdata(o_conc, o_dose,
                               intervals=data.frame(start=0, # Change 1 
                                                    end=c(3,24),  # 0-3 hours or 0-24 or 0- 168
                                                    cmax=T,
                                …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by billdenney
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants