R/hessian.R

Defines functions hessian.default hessian

Documented in hessian hessian.default

## Return Hessian of an object

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

hessian.default <- function(x, ...)
    x$hessian

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.