get_converged {asympDiag} | R Documentation |
Did the model converged
Description
Retrieves if the model converged.
Usage
get_converged(object)
## Default S3 method:
get_converged(object)
Arguments
object |
A model to check for convergence. |
Details
The default method retrieves object$converged
.
For models of class merMod it verifies if the infinity norm of the
Newton–Raphson step is less than 0.0001.
Value
A boolean value.
[Package asympDiag version 0.3.1 Index]