Description Usage Arguments Value
Returns the 95 derived from an optimized parameter's hessian. Variation is calculated as var = 1/(-Hessian) = 1/(FI), as the inverse of the Fisher information matrix is an estimator of the asymptotic covariance matrix. Assuming a normal distribution (questionable),
1 | get95Int(user_hessian, user_par)
|
user_hessian |
Hessian matrix, returned from optim with hessian = T |
user_par |
Value of the optimized parameter estimate; used to calculate the confidence interval values. |
Returns 95
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.