I am reading Phoenix NLME example guide and practice the example of Emax model (chapter 3). I ham having a challenge to setup sim./pred. check. to set up a simulation table, the window allow us to set “time” and “variable”. however, in the emax model, there is no “time” here. to run the simulation, the independent variable is “C” and the dependend variable is “E”. do you have any example of how to set up a simulation table for Emax model?
Dear colleague There is a trick here and I attached the code below. Look at the last model. you need to use a fake derive statement like derive(test)=0 and then replace C by t and the simulation will work. t plays the role of C and you select the values of t (C) and you get the E simulation. best Serge [file name=emax_model.phxproj size=724856]Certara | Drug Development Solutions (708 KB)
Hi Serge, I revised the code as instructed, but the simulation run failed. I attached the project. the first two models are from Emax example. the last one is the simulation model. please advice where I did wrong. thanks! [file name=Emax.phxproj size=2080085]Certara | Drug Development Solutions (1.98 MB)