Returns the report from the fresh session objective associated with a portable fit. The objective is rebuilt once when needed and then reused from the session-only cache.
Value
The named model report list evaluated at the accepted optimum. It contains fitted biological quantities and observation predictions, including natural mortality, selectivity, recruitment, numbers-at-age, total reproductive output, harvest rates, and likelihood-component output.
See also
Other fit workflow:
check_mcmc(),
check_mle(),
sbt_add_bounds(),
sbt_add_map(),
sbt_add_msy(),
sbt_add_parameters(),
sbt_add_priors(),
sbt_build_object(),
sbt_example_fit(),
sbt_fit(),
sbt_fit_compatibility(),
sbt_fit_io,
sbt_fit_rebuild(),
sbt_fit_validate(),
sbt_fit_validation(),
sbt_mcmc(),
sbt_obj(),
sbt_optimise()
Examples
if (FALSE) { # \dontrun{
fit <- sbt_example_fit()
report <- sbt_fit_report(fit)
c(B0 = report$B0, terminal_TRO = tail(report$spawning_biomass_y, 1L))
} # }
