simulate,fitode-method | R Documentation |
simulate fitode objects
## S4 method for signature 'fitode' simulate(object, nsim = 1, seed = NULL, times, parms, y, observation = TRUE)
object |
fitode object |
nsim |
number of simulations |
seed |
random-number seed |
times |
time vector |
parms |
named vector of parameter values |
y |
initial values |
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.