allowed | R Documentation |
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::
.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.