read.admbFit {r4ss}R Documentation

Read ADMB .par and .cor files.

Description

This function will parse the .par and .cor files to provide things like parameter estimates, standard deviations, and correlations. Required for Jim Thorson's Laplace Approximation but likely useful for other purposes.

Usage

read.admbFit(file)

Arguments

file

Name of ADMB executable such that files to read will have format file.par and file.cor.

Value

List of various things from these files.

Author(s)

James Thorson

See Also

getADMBHessian(), NegLogInt_Fn()


[Package r4ss version 1.44.0 Index]