simulate,odemodel-method | R Documentation |
simulate model objects
## S4 method for signature 'odemodel' simulate( object, nsim = 1, seed = NULL, times, parms, y, solver.opts = list(method = "rk4"), solver = ode, observation = TRUE )
object |
odemodel object |
nsim |
number of simulations |
seed |
random-number seed |
times |
time vector |
parms |
named vector of parameter values |
y |
initial values |
solver.opts |
options for ode solver |
solver |
ode solver (must take y, times, func, and parms arguments) |
observation |
(logical) propagate observation error? |
The numerical simulation of the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.