Generates diagnostic plots for one-step-ahead (OSA) residuals. Includes
QQ-plots with SDNR annotations and bubble plots showing residual magnitude and sign.
Arguments
- osa_results
List obtained from get_osa() containing residuals dataframe.
Value
List of plots: sdnr_plot (QQ-plot) and bubble_plot (bubble residuals).
See also
Other Model Diagnostics:
do_jitter(),
do_likelihood_profile(),
do_retrospective(),
do_runs_test(),
get_catch_fits_plot(),
get_comp_prop(),
get_idx_fits(),
get_idx_fits_plot(),
get_model_rep_from_mcmc(),
get_nLL_plot(),
get_osa(),
get_retrospective_plot(),
get_retrospective_relative_difference()