Requests

Request 1 -- "Retrospectives for no age-1 model"

Conduct a 5-year retrospective for the sensitivity removing the age-1 index – particularly interested 2022 and 2020 year classes.

Retrospectives of model without age-1 index included

y_lim_squid <- c(-4.5, 4.5)
plot_squid(sens_models[[2]][[2]],
           show_ci = TRUE,
           ci_yrs = c(2020, 2022),
           x_lim = c(0, 12),
           y_lim = y_lim_squid,
           color_offset = 6)

Retrospectives of Base model for comparison

plot_squid(base_model,
           show_ci = TRUE,
           y_lim = y_lim_squid,
           ci_yrs = c(2020, 2022))


pacific-hake/hake-assessment documentation built on Feb. 17, 2025, 1:58 p.m.