Learn R Programming

mvord (version 1.1.1)

mvord.control: Control functions for mvord()

Description

Control arguments are set for mvord().

Usage

mvord.control(se = TRUE, start.values = NULL, solver = "newuoa",
  solver.optimx.control = list(maxit = 2e+05, trace = 0, kkt = FALSE))

Arguments

se

logical, if TRUE standard errors are computed.

start.values

vector of (optional) starting values.

solver

character string containing the name of the applicable solver of optimx (default is "newuoa") or wrapper function for user defined solver.

solver.optimx.control

a list of control arguments to be passed to optimx. See optimx.

See Also

mvord