MARSS Function Defaults and Allowed Methods
allowed.Rd
Defaults and allowed fitting methods for the MARSS()
function are specified in the file onLoad.R
. These are hidden package globals that are assigned to the package environment when the library is loaded either via library(MARSS)
, require(MARSS)
or a call to a MARSS function using MARSS::
.
Details
allowed.methods
is a vector with the allowed method
arguments for the MARSS()
function. kem.methods
and optim.methods
are vectors of method
arguments that fall in each of these two categories; used by MARSS()
. alldefaults
is a list that specifies the defaults for MARSS()
arguments if they are not passed in.