| odemodel-class | R Documentation |
Class "odemodel" representing ode models
Create a new odemodel
odemodel(...)
namename of the model
gfungradient function
gradlist of gradients
observationlist of observation models
initiallist of expressions representing the initial values
statestate variables
parparameters
linklink functions for parameters (log links are used as default)
diffnamescharacter vector specifying the names of a variable for which the consecutive difference needs to be calculated
calloriginal function call
jacobian.initialJacobian of initial values with respect to its parameters
jacobian.stateJacobian with respect to its states
jacobian.parJacobian with repsect to its parameters
logliklist of log-likelihood functions
exprexpressions for true trajectories
expr.sensitivitysensitivity of the expressions with respect to state variables and parameters
keep_sensitivity(logical) keep sensitivity equations?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.