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".
  • dataData supplied by user.
  • fixedA list with 8 matrices Z, A, R, B, U, Q, x0, V0.
  • freeA list with 8 matrices Z, A, R, B, U, Q, x0, V0.
  • X.namesA m length vector of names for the X states.
  • miss.valueSpecifies 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