simulate-mif {pomp}R Documentation

Simulating a fitted "mif" object

Description

simulate can be used to generate simulated data sets and/or to simulate the state process.

Usage

## S4 method for signature 'mif':
simulate(object, nsim = 1, seed = NULL, ...)

Arguments

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.

Details

When applied to a mif object, the underlying pomp object is simulated using the estimated parameters. See simulate-pomp for details.

Value

See simulate-pomp.

Author(s)

Aaron A. King (kingaa at umich dot edu)

References

See Also

simulate, simulate-pomp, mif-class


[Package pomp version 0.17-3 Index]