Learn R Programming

r4ss (version 1.44.0)

getADMBHessian: Read admodel.hes file

Description

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.

Usage

getADMBHessian(File = getwd(), FileName = "admodel.hes")

Arguments

File

Directory in which .hes file is located. Defaults to the working directory.

FileName

Name of .hes file. Defaults to admodel.hes.

Value

A list with elements num.pars, hes, hybrid_bounded_flag, and scale.

See Also

read.admbFit(), NegLogInt_Fn()