olmm_control(fit = c("nlminb", "ucminf", "optim"),
doFit = TRUE, numGrad = FALSE,
numHess = numGrad, nGHQ = 7L,
start = NULL, restricted = NULL, verbose = FALSE, ...)
FALSE
an unfitted TRUE
if numGrad
is TRUE
TRUE
verbose output is
generated during the optimization of the parameter estimates.fit
.olmm_control
containing
the control parameters.start
argument accepts a vector with named
elements according to the column names of the
Notice that an additional argument control
, e.g.,
control = list(trace = 1)
, can be passed access control
parameters of the optimizers. For arguments, see