Simultaneously fitting two observed objects
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bohao
am 18 Nov. 2023
Beantwortet: Jeremy Huard
am 20 Nov. 2023
I read a sentence in the literature: "All fitting and simulations were performed using Simbiology®/MATLAB® R2017a software and SAAMII v.2.3 (The Epsilon group, Model parameters were collected from the literature. The unknown parameters were obtained by fitting the QSP model to the kinetics data. The unknown parameters were obtained by fitting the QSP model to the kinetics data of CART cells and cytokines in peripheral blood simultaneously ".
The question is: using simbiology how to fit the data of both observed subjects simultaneously? What is the specific function? can fitproblem() accomplish this?
0 Kommentare
Akzeptierte Antwort
Jeremy Huard
am 20 Nov. 2023
yes, you can accomplish this using fitProblem or the Model Analyzer App. All will need is a different column for each observable you want to fit and a group column, which specifies the subject/experiment ID.
Here is an example using the App: Calculate NCA Parameters and Fit Model to PK/PD Data Using SimBiology Model Analyzer
I would recommend to set up the fit in the App and from the App, generate the equivalent code, which will include a call to fitProblem.
Best,
Jérémy
0 Kommentare
Weitere Antworten (0)
Communitys
Weitere Antworten in SimBiology Community
Siehe auch
Kategorien
Mehr zu Import Data finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!