olmm
.olmm
.
olmm_control(fit = c("nlminb", "ucminf", "optim"), doFit = TRUE, numGrad = FALSE, numHess = numGrad, nGHQ = 7L, start = NULL, restricted = NULL, verbose = FALSE, ...)
FALSE
an unfitted
olmm
object is returned.TRUE
if numGrad
is TRUE
. See details.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
model.matrix
. At the time being, initial values for
adjacent-categories models must be transformed into the
baseline-category model form. Notice that an additional argument control
, e.g.,
control = list(trace = 1)
, can be passed access control
parameters of the optimizers. For arguments, see
ucminf
, nlminb
or
optim
.
olmm