It is unclrea what you are trying to do and there is several questions in your post:
If you want to reuse Etas ( or individual patient paramters) this means you are asking the question:
what would have happened in these specific patient if I change the dose.
etc.
if you use the simulation capabilties with monte carlo etas this is answering the question about the distribution of the outcome overall not in these specific patients.
Sharing a project would help also mentioning which version are you using
I opened the project and it seems the problem is that you have ADDL with empty Aa and mdv 1 you need one line like this no mdf phoenix know about this automatically. You can keep Cobs empty as a placehold no need to put zero
ID Time Aa ADDL
11006 0 85 14
11006 168 85
When I do this I get below
note that this is telling the dosing algorithm that you
had a dose of 85 at time zero and then you had 14 other doses of 85 every II column or time interval constant you specify assuming you want BID This will result in doses at the folliowng times:
12 24 36 48 60 72 84 96 108 120 132 144 156 168
now you add one more doses at 168 so you will have double dose here if not intended then make ADDL 13 or remove this line.
if you want just to simulate at SS you can also do that using the SS flag.
and AUCss does not need all this it is just Dose/CL and it is not defined anywhere in your code.
When I use my full data set of ETAs, it doesnt change the estimated dosing for each individual subject. Am I not mapping the random effects correctly? Do I need to specify the Omega matrix?
You data input as it is, apply the same dosing to all subjects if you want several dosing regimens then each id should have a different dose/ADDL etc.
it is not clear what you are trying to do and what you are expecting. Omega will vary the randomly generated eta in simulation mode but it will not change your dosing scheme.
I have a model that has been validated, random effects and fixed effects determined.
I want to look at what a different dosing regimen than what was used for the model - based on the model parameters - would look like in terms of population exposures.
ok so your question is you want to see how different dosing regimen behave in the same subjects:
Use whatever etas / individual pk parameters but changing the dosing scheme.
for this you can use individual pk parameters as a covariates and then change the dose to what you need
you can also test what would the response be using a different dosing regimen in a random sample of the same population ( simulate using new random effects using omega matrix)
for this use a simulation/vpc run in addition to changing the dosing scheme so you generate new etas.
I have added a model that use the eta’s as covaraite so you end up using each individual parameters to conduct simple simulation for the 24 subjects ( no random simulation of etas just using the etas you wanted).
You will get 24 different pk profile given the dosing regimen you have specified.
This was an incredibly useful example. Thanks to OP (“A”) and Samer for working it out.
I work in (preclinical) discovery, and think this is actually an extremely common situation. Perhaps the majority of Phoenix users may be trying simply to fit their clinical data, understand the effects of covariates, etc. But in discovery, we’re still trying to work out how it all works: running short experiments, building up a picture over time, testing hypotheses. You might call it “counter-factual simulation” or “what if we had done this instead/next time?”. Too bad it takes what seems like software contortions to get PHX to do it. Would be great to see this kind of thing covered in the manual, either as shown here, or as described by Samer, with resampling from omega.
you are most welcome. to be able to help and improve we need data related stories like these so we can come up with a scenario that walk you through a useful and satisfactory solution. I made note that we need some reference / teaching materials that showcase this workflow.
I have a very similar question to this. I have estimates from previous modelling. However, when I try to run the simulation with these estimates, I only yield data values of “-1” for all simulated concetrations at all time points.
See attached. The settings are trying to simulate one infusion dosing of 160 mg through 672 hours, but I will be using other dose levels and other dosing frequencies, once the “-1” issue is fixed.
Thanks,
Jerry
Edit: I figured it out. This seems to be a WNL naming issue. Under “Run Options,” the Y variable has to be the input name for C in the desired compartment. Additionally, the input name cannot have an underscore (_), or else the program will truncate the name and read it incorrectly. In the attached, I fixed this by renaming the central compartments from “C_par” and “Central_M1” to “Cpar” and “CentralM1”; then, I adjusted the Run Option Y variable to “Cpar, CentralM1.”