tmbSummary {ASMbook} | R Documentation |
Summarize output from TMB by point estimate (MLE), standard error (SE), and 95% Wald-type confidence intervals (CIs).
tmbSummary(tmbObject, dig = NULL)
tmb_summary(tmbObject, dig = NULL)
tmbObject |
A TMB object created by |
dig |
Number of decimal places to use in output |
A matrix of parameter estimates, standard errors, and 95% Wald-type confidence intervals.
Ken Kellner