Learn R Programming

ASMbook (version 1.0.2)

tmbSummary: Summarize Output from TMB

Description

Summarize output from TMB by point estimate (MLE), standard error (SE), and 95% Wald-type confidence intervals (CIs).

Usage

tmbSummary(tmbObject, dig = NULL)

tmb_summary(tmbObject, dig = NULL)

Value

A matrix of parameter estimates, standard errors, and 95% Wald-type confidence intervals.

Arguments

tmbObject

A TMB object created by MakeADFun that has been optimized (e.g. with optim)

dig

Number of decimal places to use in output

Author

Ken Kellner