R/nIter.R

Defines functions nIter.default nIter

Documented in nIter nIter.default

## Return #of iterations for maxim objects

nIter <- function(x, ...)
    ## Number of iterations for iterative models
    UseMethod("nIter")

nIter.default <- function(x, ...)
    x$iterations

Try the maxLik package in your browser

Any scripts or data that you put into this service are public.

maxLik documentation built on July 27, 2021, 1:07 a.m.