tmbSummary {ASMbook}R Documentation

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)

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

Value

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

Author(s)

Ken Kellner


[Package ASMbook version 1.0.2 Index]