Learn R Programming

MARSS (version 3.11.9)

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)

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).

Arguments

MLEobj

An object of class marssMLE.

Author

Eli Holmes, NOAA, Seattle, USA.

See Also

marssMODEL, MARSSkem()