Control arguments are set for mvord()
.
mvord.control(
se = TRUE,
start.values = NULL,
combis = NULL,
solver = "newuoa",
solver.optimx.control = list(maxit = 2e+05, trace = 0, kkt = FALSE)
)
logical, if TRUE
standard errors are computed.
list of (optional) starting values for thresholds and coefficients.
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.
character string containing the name of the applicable solver of optimx
(default is "newuoa"
)
or wrapper function for user defined solver.
a list of control arguments to be passed to optimx
. See optimx
.
mvord