MARSSapplynames: Names for marssMLE Object Components
Description
Puts names on the matrix components of marssMLE and marssm objects. This is a utility function in the MARSS-package and is not directly accessible. Use MARSS:::MARSSapplynames() to access.
Vector of names for the hidden state trajectories.
Value
The object passed in, with row and column names on matrices as specified.
Details
Default behavior will use names rownames of data (if available, and if not Y1, Y2, ...) for the Ys and all matrices that are n x ... and use X1, X2, ... for the Xs and all matrices that are m x ... .