Learn R Programming

glinvci (version 1.2.4)

hess: Compute the log-likelihood Hessian of GLInv models

Description

For the glinv class, which is a high-level user interface, please see hess.glinv; and for glinv_gauss, which is a lower-level facility, please see hess.glinv_gauss.

Usage

hess(mod, ...)

Value

A numerical square matrix containing the Hessian of mod.

Arguments

mod

An object of either glinv or glinv_gauss class.

...

Further arguments to be passed to the S3 methods.