simulate,fitode-method {fitode}R Documentation

simulate fitode objects

Description

simulate fitode objects

Usage

## S4 method for signature 'fitode'
simulate(object, nsim = 1, seed = NULL, times, parms, y, observation = TRUE)

Arguments

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?

Value

The numerical simulation of the object


[Package fitode version 0.1.1 Index]