Skip to contents

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

James Thorson