Are ADDL (additional doses) and II (interval) nlme columns supported in Simbiology datasets for model fitting?

1 view (last 30 days)
I have a dataset with 4 IDs, each ID receives a different dose level, and doses are given daily during 4 weeks.
I would like to fit the data to a model we already have, but I am not sure how to make the mapping between the IDs and the doses. Do we need to create as many rows as doses administered in the dataset (so doses from dataset can be used) or is there another way through variants, each variant receiving a different dose defined in the model?
Thanks a lot for your help!
Best,
Zinnia

Answers (1)

Arthur Goldsipe
Arthur Goldsipe on 8 Dec 2022
When you actually perform the fit, you typically want one row in your data that describes each distinct dose event. (It is also possible to set up separate doses and/or variants to use during fitting, but I don't think you need to do that here.)
SimBiology can understand the ADDL and II columns when importing data in the NONMEM format and convert that into a table that's appropriate for fitting. (You can read more about NONMEM support here.) As shown here, you can either rely on the default names for NONMEM columns, or you can explicitly tell SimBiology that ADDL is your DoseRepeatLabel and II is your DoseIntervalLable. When you import the data, SimBiology will convert this one row with ADDL and II information into one row per dose event.
I hope that makes sense. If you need more details, just let me know whether you're working at the command line or in the SimBiology Model Analyzer app (or both!), and what version of MATLAB you're using.
-Arthur
  3 Comments
Arthur Goldsipe
Arthur Goldsipe on 13 Dec 2022
Hi, as long as you are using R2022a or later, then you should be able to accomplish this in the app. Your variant information can either be stored in the data or as variants on the model. You just need to configure the table of variant and dose setup to use this information. We have an example that shows how to do this.
Zinnia Parra-Guillen
Zinnia Parra-Guillen on 14 Dec 2022
Sorry! I was using the wrong dataset, as soon as I had several groups I saw how you can specify a different variant for each of them when using simulation group :)

Sign in to comment.

Communities

More Answers in the  SimBiology Community

Products


Release

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!