simulate-mif {pomp} | R Documentation |
simulate
can be used to generate simulated
data sets and/or to simulate the state process.
## S4 method for signature 'mif': simulate(object, nsim = 1, seed = NULL, ...)
object |
An object of class pomp . |
nsim |
The number of simulations to perform. Note that the
number of replicates will be nsim times
ncol(xstart) . |
seed |
The random seed to use. |
... |
further arguments are passed to the simulate
method for the pomp object. See simulate-pomp. |
When applied to a mif
object, the underlying pomp
object
is simulated using the estimated parameters. See simulate-pomp
for details.
See simulate-pomp.
Aaron A. King (kingaa at umich dot edu)
simulate
, simulate-pomp, mif-class