Learn R Programming

asympDiag (version 0.3.1)

get_converged: Did the model converged

Description

Retrieves if the model converged.

Usage

get_converged(object)

# S3 method for default get_converged(object)

Value

A boolean value.

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.