Learn R Programming

ipdmeta (version 2.4)

MaxIter: Extract the maximum number of iterations specified for an ipdlme object

Description

Extract the maximum number of iterations specified for the fit of an IPD LME model.

Usage

MaxIter(object,...)

Arguments

object
object of the ipdlme class
...
additional arguments, currently not implemented

Value

Setting for the maximum possible iterations performed in fitting the IPD LME model.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

MaxIter(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab