Learn R Programming

ipdmeta (version 2.4)

tol: Extract the convergence criterion for an ipdlme object

Description

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

Usage

tol(object)

Arguments

object
object of the ipdlme class

Value

Numeric convergence threshold for max percentage change in population and study effect estimates that must be met to declare convergence.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

tol(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab