Rdocumentation
powered by
Learn R Programming
mclogit (version 0.2-7)
mclogit.control: Control Parameters for the Fitting Process
Description
mclogit.control
returns a list of default parameters that control the fitting process of
mclogit
.
Usage
mclogit.control(epsilon = 1e-08, maxit = 25, trace=TRUE)
Arguments
epsilon
positive convergence tolerance $\epsilon$; the iterations converge when $|dev - dev_{old}|/(|dev| + 0.1) < \epsilon$.
maxit
integer giving the maximal number of IWLS or PQL iterations.
trace
logical indicating if output should be produced for each iteration.
Value
A list.