Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Parse the given modeling options
create_model.options(options, verbose)
a named list of parsed options
A named list with the following possible fields:
delta
Amount of added jitter to ensure positive definite
covariance matrices.
vm_params
Variance mask function parameters (numeric
vector of length 2).
If options
is NULL
, default options are used. The defaults
are equivalent to
options = list(delta = 1e-8, vm_params = c(0.025, 1))
.
Should some informative messages be printed?