R/storedValues.R

Defines functions storedValues.maxim storedValues

Documented in storedValues storedValues.maxim

## Return the stored values in 'maxim' object

storedValues <- function(x, ...)
    ## stored optimization values at each iteration
    UseMethod("storedValues")

storedValues.maxim <- function(x, ...)
    x$valueStore

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.