Description Usage Arguments Value Author(s) See Also
Set control parameters for cumulative link models
1 2 3 4 | clm2.control(method = c("ucminf", "Newton", "nlminb", "optim",
"model.frame"), ..., convTol = 1e-4,
trace = 0, maxIter = 100, gradTol = 1e-5,
maxLineIter = 10)
|
method |
the optimizer used to maximize the likelihood
function. |
... |
control arguments passed on to the chosen optimizer; see
|
convTol |
convergence criterion on the size of the maximum absolute gradient. |
trace |
numerical, if > 0 information is printed about and during
the optimization process. Defaults to |
maxIter |
the maximum number of Newton-Raphson iterations.
Defaults to |
gradTol |
the maximum absolute gradient. This is the termination
criterion and defaults to |
maxLineIter |
the maximum number of step halfings allowed if
a Newton(-Raphson) step over shoots. Defaults to |
a list of control parameters.
Rune Haubo B Christensen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.