R/maxValue.R

Defines functions maxValue.maxim maxValue

Documented in maxValue maxValue.maxim

maxValue <- function(x, ...)
   UseMethod("maxValue")

maxValue.maxim <- function(x, ...)
   x$maximum

Try the maxLik package in your browser

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

maxLik documentation built on Nov. 25, 2020, 3 a.m.