Rdocumentation
powered by
Learn R Programming
MARSS (version 3.1)
MARSS.dfa: Multivariate Dynamic Factor Analysis
Description
The Dynamic Factor Analysis model in MARSS is [object Object],[object Object],[object Object]
Usage
MARSS.dfa(MARSS.inputs)
Arguments
MARSS.inputs
A list of the inputs to a MARSS() call.
Value
An object of class "marssm".
data
Data supplied by user.
fixed
A list with 8 matrices Z, A, R, B, U, Q, x0, V0.
free
A list with 8 matrices Z, A, R, B, U, Q, x0, V0.
X.names
A m length vector of names for the X states.
miss.value
Specifies missing value representation. Default is NA
Details
See the User Guide chapter on Dynamic Factor Analysis for a description of the MARSS.dfa function.
See Also
MARSS