MARSSfit {MARSS} | R Documentation |
Generic for fitting MARSS models
Description
This is an internal function used by MARSS()
. It is not
intended for use by users but needs to be exported so
the marssTMB package can use it. Uses the method of a marssMLE class object.
Will call a function such as MARSSkem()
, MARSSoptim()
in the
MARSS package or MARSStmb()
in the marssTMB package.
Usage
MARSSfit(x, ...)
Arguments
x |
a marssMLE object. |
... |
additional arguments for the fitting function |
[Package MARSS version 3.11.9 Index]