getCIs: Compute approximate confidence intervals for a coco object
Description
Compute approximate confidence intervals for a (fitted) coco object.
Usage
getCIs(coco.object, inv.hess, alpha = 0.95)
Value
(numeric matrix) a matrix with approximate confidence intervals for each parameter in the model.
Arguments
- coco.object
(S4) a fitted coco S4 object.
- inv.hess
(matrix) Inverse of the Hessian. getHessian.
- alpha
(numeric) confidence level.