mvord.control {mvord} | R Documentation |
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 |
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 |
solver.optimx.control |
a list of control arguments to be passed to |
See Also
[Package mvord version 1.2.4 Index]