I have IV and PO data at 3 different doses and the exposures indicate non-linear increase in exposures.
While i separately modeled IV data with MM kinetics the fit was good but when i included oral data also, the model parameters were not estimated. Find the attached project
I would suggest first to shift the engine to QRPEM and stop early when you see no change in -2LL(should be around 1652).
QRPEM is a very good algorithm when you want to get good final estimates but does not really about -2LL converging perfectly(it should oscillate and it is good enough).
I am running FOCE like you did and I do not see any problem other than you should never ask for standard errors before you are sure you at done with the fit.
Then do the following
Copy your model to the workflow
Shift to QRPEM and run it without se request and wait until you see no change in -2LL. Then click on “stop early”
Copy that model to the workflow, ask for 1 iteration and for se’s.
It should work.
If still problems, let me know and I will send you the project working.
Now an advise, in general F must be between 0 and 1. It is better to put instead of F , ilogit(flogit) where flogit is a parameter you define as normally distributed(sum option in parameter/structural tab) and not default lognormal. If you do that, you are 100% sure bioavailability will be between 0 and 1
Step 6 of the last model is OK too. In this case it seems that using directly F as lognormal or ilogit(flogit) with flogit being normal does not make any difference.
I would always opt for ilogit(flogit) especially if the variance of these random effects are large.
Note that you can define an expression called bio
bio=ilogit(flogit) and in the add/table option, you ask for bio and you will get the bioavailability for each patient.
If you define
biomean=ilogit(tvflogit) and as for biomean in the add/table option, you will get the average bioavailability.
flogit is the bioavailability in the logit domain and therefore can be negative or positive
I tried simulating the data in the attached project (Step -7) Simulation (Please comment)
The parameters obtained are also scaled to higher species and simulations were performed. I have few questions around this ( Step 8 in the attached project).
The scaled PK parameters were entered in fixed effects tab (parameters) and what value should be entered in the random effects (is 0.3 (30%) ok for all parameters) ? any other suggestion ?
While simulating in Step-8 included a worksheet in the data containing doses for both i.v and p.o because the final model contains doses for both i.v and Oral. After simulation when i go to the table that includes simulated structural parameters the subjects that are indexed for i.v dosing also show bioavailability and Ka parameter in the tables. Is anything wrong? Can we consider that all subjects are dosed both IV and Oral ? Or how to address this?
When i use the project containing ilogit function for bioavailability the simulated structural parameters have bioavailability that had negative values?
when is use the project containing normal log function for bioavailability the simulated structural paramters contain bioavailability values greater than 1 sometimes but not negative values. What is the difference ??