Learn R Programming

ipdmeta (version 2.4)

n.iter: Extract the number of iterations for an ipdlme object

Description

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

Usage

n.iter(object)

Arguments

object
object of the ipdlme class

Value

Number of iterations of maximization alogrithm perfomed in fitting IPD LME model.

See Also

ipdlme-class

Examples

Run this code
data(regress_chol)

n.iter(ipdlme(n, Y, S2))

Run the code above in your browser using DataLab