Is it possible to combine pooled and unpooled parameter fitting in SimBiology 4.3 (R2013a)?
Mostrar comentarios más antiguos
I have a dataset that combines data from multiple studies, where each study was conducted with a different drug agent. I want to simultaneously fit the entire dataset to a single SimBiology model, such that(a) A subset of the estimated parameters are commonly estimated for all the drug groups (pooled fitting).(b) The remaining parameters are estimated in a drug-dependent manner, i.e. one set of estimated values per drug-group (unpooled fitting).
Respuesta aceptada
Más respuestas (1)
Arthur Goldsipe
el 14 de Jul. de 2016
Editada: MathWorks Support Team
el 17 de Nov. de 2022
0 votos
As of R2014b, the SimBiology command-line offers the capability to simultaneously estimate "pooled" and "unpooled" parameters (that is, some parameters that are identical for all groups/patients and other parameters that have group-specific values). The following example shows how to estimate two parameters that are age-specific and two parameters that are sex-specific:
I don't know if this particular example mentions it, but if a parameter has the same value for all individuals, then you can set CategoryVariableName to '<None>' to indicate this. You can also specify that a parameter value is specific to each individual by setting CategoryVariableName to 'ID' or '<GroupVariableName>' (where 'ID' is the name of the variable in the data that identifies the individuals).
Categorías
Más información sobre Import Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!