I have a PK/PD model that I would like to use for some simulations. The model has a variety of covariates and I want to explore the response across that range. For argument sake, let's say I have the following covariates:
PK covariate: Body weight (BW), Age (AGE)
PD covariate: Baseline Response (BResp)
I would like to run a simulation where BW, AGE, and BResp are randomly selected from a distribution for each covariate (for example BW values between 55 and 100).
My model is a text model in Phoenix NLME. I suspect I would need to input a data file with the timepoints of interest and dosing profiles of interest. But how do I randomly select the set of covariates? I'm guessing it is a line of code in the model text ...
Thanks in advance for the guidance!
Nathan