Hi Simon, I use the graphical tool to build a model for the simutaneously fitting of both IV and SC data and calculation of PK parameters including bioavailability. Here is the test for the model: test(){ deriv(A1 = - (Cl * C)- (Cl2 * (C - C2)) + (Aa * Ka)) urinecpt(A0 = (Cl * C)) deriv(A2 = (Cl2 * (C - C2))) deriv(Aa = - (Aa * Ka)) C = A1 / V dosepoint(A1, idosevar = A1Dose, infdosevar = A1InfDose, infratevar = A1InfRate) C2 = A2 / V2 error(CEps = 1) observe(CObs = C * (1 + CEps)) dosepoint(Aa, bioavail = (F), idosevar = AaDose, infdosevar = AaInfDose, infratevar = AaInfRate) stparm(V = tvV * exp(nV)) stparm(Cl = tvCl * exp(nCl)) stparm(V2 = tvV2 * exp(nV2)) stparm(Cl2 = tvCl2 * exp(nCl2)) stparm(Ka = tvKa * exp(nKa)) stparm(F = tvF * exp(nF)) fixef(tvV = c(, 2936, )) fixef(tvCl = c(, 238, )) fixef(tvV2 = c(, 2852, )) fixef(tvCl2 = c(, 859, )) fixef(tvKa = c(, 1.28, )) fixef(tvF = c(, 0.77, )) ranef(diag(nV, nV2, nCl, nCl2, nKa, nF) = c(1, 1, 1, 1, 1, 1)) } However, the bioavailability result does not make sense. It is over 100%. I know the BA is about 80% using the NCA analysis. A file with text and graph model is attached. Do you see any errors in the model text and graph? Thanks for the help! Wendy model_text_IV_SC_v2.doc (31.5 KB)
Hi Wendy, From the Phoenix model you sent, F is only 1.03 with 6% SE - so not outrageous. We suggest you use the ilogit transform for the F parameter. Get a table of the structural parameters. The nF shrink to zero for the IV doses, so that is the value of tvF. Simon.
Hi Wendy, did you manage to get this working OK? I ended up running the Naive pool method to refine my initial estimates as my first run with FOCE-LB ended with a Return code of -1. Once I accepted those results, as inital estimates I re-ran with FOCE-ELS and got a pop estimate of F at 0.88, here is the table [file name=Table01.xls size=10240]Certara | Drug Development Solutions or you can use the custom transformation to convert the inverse logistic tvF back again; 1/(1+exp(-tvF)) Have a good w/e. SimonTable01.xls (10 KB)
Hi Simon, Yes,I got it working. Thanks for the help! Wendy
Hi Simon,
I have related questions to this old thread:
When you estimate absolute bioavailability (when having for instance IV and SC adminsitrations as in this data set), is it then correct that the estimated parameters provided in the table “Theta” are for SC administration? Thus, they are actually CL/F, V/F etc.?
Is there an obtion in NLME where you can choose to get the IV parameters instead so you don’t have to multiply by F?
Thanks
Stine
Hi Stine, the model parameters are ‘true’ V, CL etc. and the F corrects the predictions when it’s extravascular dosing.
I.e. if you were to simulate an IV you would use the V and CL directly.
Simon.
Thanks, Simon.
Some follow up questions:
What about the Posthoc table for the individual parameter values? Will that table also contain the IV parameters for all subjects, also those receiving only SC?
In the data set I am working on, the posthoc table contains ka values for all subjects. How is that estimated for subjects only receiving IV dosing?
Thank you.
Hmm - not sure why you have post-hoc estimate for Ka when only received IV, I guess it’s a prediction of what it might be. Would it be possible to post the project, or something representative and I’ll have a look. If confidentiality is a concern you could alternatively email Support, referencing this conversation.