tmbSummary: Summarize Output from TMB

View source: R/tmbSummary.R

tmbSummaryR 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


ASMbook documentation built on Sept. 11, 2024, 5:38 p.m.

Related to tmbSummary in ASMbook...