do_sdreport | R Documentation |
Runs TMB::sdreport
and adds the object to the fitted (and projected) model list. E.g., fit$sdrep.
do_sdreport(
model,
save.sdrep = TRUE,
TMB.bias.correct = FALSE,
TMB.jointPrecision = FALSE
)
model |
a fitted WHAM model object returned by fit_wham or project_wham. |
save.sdrep |
T/F, save the full |
TMB.bias.correct |
T/F whether to use the bias.correct feature of TMB::sdreport. Default = |
TMB.jointPrecision |
T/F whether to return the joint precision matrix for the fixed and random effects from TMB::sdreport. Default = |
fit_wham
, project_wham
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.