seHessian: Hessian matrix

View source: R/SeHessian.R

seHessianR Documentation

Hessian matrix

Description

This is a set of functions that support the censored bivariate normal model.

Usage

seHessian(a, hessian = FALSE, silent = FALSE)

Arguments

a

The hessian matrix.

hessian

If 'True', hessian matrix is used.

silent

Condition of matrix.

Value

The standard error from hessian matrix

Examples


hessian<-matrix(c(37.45965, 83.0686,83.06863,188.92427),2,2)

seHessian(hessian) # calculates the standard error


BLA documentation built on May 29, 2024, 10:32 a.m.