solution.ode-class {fitode} | R Documentation |
Class "solution.ode". Result of solving ode modeld with/without sensitivity equations
Description
Class "solution.ode". Result of solving ode modeld with/without sensitivity equations
Slots
name
name of the model
y
initial values
times
time vector
model
ode model
parms
parameters of the solution
solution
solution of the model
sensitivity
partial derivative of each state variable with respect to the parameters
[Package fitode version 0.1.1 Index]