MARSSapplynames {MARSS} | R Documentation |
Names for marssMLE Object Components
Description
Puts names on the par, start, par.se, init components of marssMLE
objects. This is a utility function in the MARSS-package
and is not exported.
Usage
MARSSapplynames(MLEobj)
Arguments
MLEobj |
An object of class |
Details
The X.names and Y.names are attributes of marssMODEL
objects (which would be in $marss
and $model
in the marssMLE
object). These names are applied to the par elements in the marssMLE
object.
Value
The object passed in, with row and column names on matrices as specified.
Author(s)
Eli Holmes, NOAA, Seattle, USA.
See Also
[Package MARSS version 3.11.9 Index]