mclogit.control
returns a list of default parameters
that control the fitting process of mclogit
.
mclogit.control(epsilon = 1e-08,
maxit = 25, trace=TRUE)
positive convergence tolerance \(\epsilon\); the iterations converge when \(|dev - dev_{old}|/(|dev| + 0.1) < \epsilon\).
integer giving the maximal number of IWLS or PQL iterations.
logical indicating if output should be produced for each iteration.
A list.