View source: R/getADMBHessian.R
getADMBHessian | R Documentation |
This function reads in all of the information contained in the .hes file. Some is needed for relaxing the covariance matrix, while the rest is recorded and rewritten to file as ADMB expects.
getADMBHessian(File = getwd(), FileName = "admodel.hes")
File |
Directory in which .hes file is located. Defaults to the working directory. |
FileName |
Name of .hes file. Defaults to admodel.hes. |
A list with elements num.pars, hes, hybrid_bounded_flag, and scale.
Explanation of the methods (in PDF form): https://github.com/admb-project/admb-examples/blob/master/admb-tricks/covariance-calculations/ADMB_Covariance_Calculations.pdf
Cole Monnahan
read.admbFit()
, NegLogInt_Fn()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.