Learn R Programming

mvord (version 1.2.5)

mvord.control: Control functions for mvord()

Description

Control arguments are set for mvord().

Usage

mvord.control(
  se = TRUE,
  start.values = NULL,
  combis = 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

list of (optional) starting values for thresholds and coefficients.

combis

list of length equal to the number of combinations of responses that should enter the pairwise likelihood. Each element contains one pair of integers corresponding to two responses. Defaults to NULL, in which case all pairs are considered. Should only be used if user knows the ordering of the responses in the analysis.

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