Skip to contents

Extracts optimization diagnostics, reported mortality coordinates, biological-state checks, relative spawning biomass, and the complete fitted active parameter vector from every fitted grid cell.

Usage

summarise_mle_grid(grid_fits, grid, data, check_estimability_cells = FALSE)

Arguments

grid_fits

A list of fitted RTMB objectives returned by run_grid().

grid

A data frame aligned row-for-row with grid_fits and containing Cell, h, psi, m0, and m10.

data

Model data used to fit the grid.

check_estimability_cells

Logical; run check_estimability() for every cell when TRUE.

Value

A list containing summary, biomass, and state_records.