qris.control {qris} | R Documentation |
Auxiliary for Controlling qris
Description
Auxiliary function as user interface for qris
fitting.
Usage
qris.control(maxiter = 10, tol = 0.001, trace = FALSE)
Arguments
maxiter |
max number of iteration. |
tol |
tolerance of convergence |
trace |
a binary variable, determine whether to save output for each iteration. |
Details
When trace
is TRUE, output for each iteration is printed to the screen.
Value
A list with the arguments as components.
See Also
[Package qris version 1.1.1 Index]