Learn R Programming

MARSS (version 3.2)

MARSSkemcheck: Model Checking for MLE objects passed to MARSSkem

Description

This is a helper function in the MARSS-package that checks that the model can be handled by the MARSSkem algorithm. It also returns the structure of the model as a list of text strings.

Usage

MARSSkemcheck( MLEobj )

Arguments

MLEobj
An object of class marssMLE.

Value

  • A list with of the model elements A, B, Q, R, U, x0, Z, V0 specifying the structure of the model using text strings).

See Also

marssm MARSSkem