minimum relative tolerance for the parameters update.
abstol
minimum absolute tolerance for the parameters update.
maxit
maximum number of iterations for the parameters update.
Value
A list of control parameters for the glmmGS function.
Details
The Gauss-Seidel iterative algorithm stops if the magnitude of every
parameter update is less than abstol or less than reltol
times the magnitude of the current parameter.
If the algorithm reaches maxit number of iterations without converging,
then the algorithm stops and returns an error.