Learn R Programming

ipdmeta (version 2.4)

converged: Extract the convergence status for an ipdlme object

Description

Extract the convergence status for the fit of an IPD LME model.

Usage

converged(object)

Arguments

object
object of the ipdlme class

Value

Logical value indicating whether convergence was achieved.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

converged(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab