spaMM.options(…)spaMM.getOption(x)
spaMM
:
ff_threshold
:ff
package) rather than in memoryCOMP_maxn
:COMPoisson
models.MESSAGES.FULL.STACK=TRUE
:QRmethod
:spaMM
in this respect. Possible values are "dense"
and "sparse"
.matrix_method
:"def_sXaug_EigenDense_QR_scaled"
. "def_sXaug_EigenDense_QRP_scaled"
is sometimes useful (see arabidopsis
). The source code should be consulted for further information.Matrix_method
:"def_sXaug_Matrix_QRP_scaled"
. The source code should be consulted for further information.LevenbergM=FALSE
:control.HLfit=list(LevenbergM=...)
to control this on a case-by-case basis.USEEIGEN=TRUE
:wRegularization=FALSE
:maxLambda=1e10
:example_maxtime=0.8
:and possibly other undocumented values for development purposes.
spaMM.getOption
, the current value set for option x
, or
NULL
if the option is unset.For spaMM.options()
, a list of all set options sorted by category. For
spaMM.options(name)
, a list of length one containing the set value,
or NULL
if it is unset. For uses setting one or more options,
a list with the previous values of the options changed (returned
invisibly).
Invoking spaMM.options()
with no arguments returns a list with the
current values of the options. Invoking spaMM.getOption(<option name>)
returns the value of the option rather than a list.
spaMM.options() provides an interface for changing maximal values of parameters of the Mat<U+00E9>rn correlation function. However, it is not recommended to change these values unless a spaMM message specifically suggests so. Errors may occur if too low values are chosen as these may conflit with default initial values for the parameters.
The Levenberg-Marquardt algorithm implementation uses the variant described by Nocedal & Wright (1999, p. 266).
spaMM.options()
spaMM.getOption("example_maxtime")
## Not run: ------------------------------------
# spaMM.options(maxLambda=1e06)
#
## ---------------------------------------------
Run the code above in your browser using DataLab