Dear Pumas Support Team,
I am new to PopPK modeling and Pumas, and would appreciate some clarification regarding the proper data structure for pre-dose observations and SS dosing
My project involves two cohorts receiving either once-daily regimen or once-weekly regimen. Intensive sampling was performed, including a pre-dose trough and multiple post-dose concentrations.
Pre-dose observations
For the pre-dose (trough) sample, I have seen an example in Pumas documentation that it is acceptable to use a small negative time value (e.g., -0.01).
My question is:
- Is it considered best practice in Pumas to use negative time to represent pre-dose ?
- Can I use
time = 0for both the observation and the dose and then relying on row ordering (evid=0beforeevid=1) ? - Is there another valid way to represent the pre-dose state, such as adding an explicit dosing event (dummy dose) to prime the system ?
SS, II and ADDL in dosing event
Since these subjects are at steady state, I have set ss=1 and ii=24 for daily or ii=168 for weekly and because there are no further doses after the intensive period, I set addl=0. However, Pumas tutorial states that “:ii must be > 0 if :addl > 0, and vice versa.”
My question is:
- Is
ii > 0withaddl = 0valid whenss = 1, or does the system require a dummy value for addl to satisfy the validation logic ?
Thank you in advance for your time and help !

