Description Usage Arguments Value Note Author(s) See Also
View source: R/getADMBHessian.R
This function reads in all of the information contained in the admodel.hes file. Some of this is needed for relaxing the covariance matrix, and others just need to be recorded and rewritten to file so ADMB "sees" what it's expecting.
1 | getADMBHessian(File, FileName)
|
File |
Directory in which .hes file is located. |
FileName |
Name of .hes file. |
A list with elements num.pars, hes, hybrid_bounded_flag, and scale.
Explanation of the methods (in PDF form) published here: https://github.com/admb-project/admb-examples/blob/master/admb-tricks/covariance-calculations/ADMB_Covariance_Calculations.pdf
Cole Monnahan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.