| rxSymPySensitivity {RxODE} | R Documentation |
This expands the model to calculate sensitivities. This requires rSymPy.
rxSymPySensitivity( model, calcSens, calcJac = FALSE, keepState = NULL, collapseModel = FALSE )
model |
RxODE family of objects |
calcSens |
Either a logical or list of sensitivity parameters
to calculate. When |
calcJac |
A boolean that determines if the Jacobian should be calculated. |
keepState |
State parameters to keep the sensitivities for. |
collapseModel |
A boolean to collapse the model that each expression only depends on the unspecified parameters (instead on LHS quantities). |
Model syntax that includes the sensitivity parameters.
Matthew L. Fidler