read.admbFit: Read ADMB .par and .cor files.

View source: R/read.admbFit.R

read.admbFitR 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()


r4ss documentation built on May 28, 2022, 1:11 a.m.