simulate_internal | R Documentation |
Simulates deterministic trajectories and propagates observation error
simulate_internal( model, times, parms, y, solver.opts = list(method = "rk4"), solver = ode, observation = TRUE, nsim = 1, seed = NULL )
model |
odemodel object |
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? |
nsim |
number of simulations |
seed |
seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.