Learn R Programming

MARSS (version 3.8)

marssMODEL: Class "marssMODEL"

Description

marssMODEL objects describe a vectorized form for the multivariate autoregressive state-space models used in the package MARSS-package. The object has the following attributes:
  • form
{ The form that the model object is in. } par.names{ The names of each parameter matrix in the model. } model.dims{ A list with the dimensions of all the matrices in non-vectorized form. } X.names{ Names for the X rows. } Y.names{ Names for the Y rows. } equation{ The model equation. Used to write the model in LaTeX. }

Arguments

code

MARSS()

itemize

  • MARSS.foo(MARSS.call)

item

  • fixed
  • free
  • tinitx
  • diffuse
  • marss_to_foo(marssMLE or marssMODEL)
  • foo_to_marss(marssMODEL or marssMLE)
  • print_foo(marssMLE or marssMODEL)
  • coef_foo(marssMLE)
  • predict_foo(marssMLE)
  • describe_foo(marssMODEL)
  • is.marssMODEL_foo(marssMODEL)
  • MARSSinits_foo(marssMLE, inits.list)