update,fitode-method {fitode} | R Documentation |
Update fitode fits
Description
Update fitode fits
Usage
## S4 method for signature 'fitode'
update(object, observation, initial, par, link, ...)
Arguments
object |
fitode objects |
observation |
observation model |
initial |
initial values |
par |
model parameters |
link |
link functions for parameters (log links are used as default) |
... |
additional arguments to be passed to fitode |
Value
An object of class “fitode” as described in fitode-class
.
[Package fitode version 0.1.1 Index]