This is a helper function to check the inputs to a MARSS() call for any errors. Not exported.
checkMARSSInputs( MARSS.inputs, silent = FALSE )If the function does not stop due to errors, it returns an updated list with elements
Data supplied by user.
Not changed.  Will be updated by the MARSS.form function (e.g. MARSS.marxss).
A list specifying initial values for parameters to be used at iteration 1 in iterative maximum-likelihood algorithms.
The method used for estimation.
The equation form used to convert wrapper object to a marssMODEL object.
See Arguments.
A list comprised of the needed inputs to a MARSS call: data, inits, model, control, method, form)
Suppresses printing of progress bars, error messages, warnings and convergence information.
Kellie Wills, NOAA, Seattle, USA.
This is a helper function to check that all the inputs to a MARSS() function call are properly specified.
If arguments inits or control are not provided by the user, they will be set by the alldefaults[[method]] object specified in MARSSsettings.  Argument model specifies the model structure using a list of matrices; see MARSS or the User Guide for instructions on how to specify model structure. If model is left off, then the function MARSS.form() is used to determine the default model structure.
MARSS(), marssMODEL, checkModelList()