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

2 次查看(过去 30 天)
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

回答(1 个)

Arthur Goldsipe
Arthur Goldsipe 2022-12-8
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 个评论
Arthur Goldsipe
Arthur Goldsipe 2022-12-13
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
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 :)

请先登录,再进行评论。

社区

更多回答在  SimBiology Community

类别

Help CenterFile Exchange 中查找有关 Import Data 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by