seHessian {BLA} | R 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
[Package BLA version 1.0.1 Index]