Description Usage Arguments Value
mclogit.control
returns a list of default parameters
that control the fitting process of mclogit
.
1 2 | mclogit.control(epsilon = 1e-08,
maxit = 25, trace=TRUE)
|
epsilon |
positive convergence tolerance ε; the iterations converge when |dev - devold|/(|dev| + 0.1) < ε. |
maxit |
integer giving the maximal number of IWLS or PQL iterations. |
trace |
logical indicating if output should be produced for each iteration. |
A list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.