Usage
get_idx_fits_plot(data, rep, model_names)
Arguments
- data
List of n_models of `SPoRC` data lists
- rep
List of n_models of `SPoRC` report lists
- model_names
Vector of model names
Value
A plot of fitted values to various indices across models
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_model_rep_from_mcmc(),
get_nLL_plot(),
get_osa(),
get_retrospective_plot(),
get_retrospective_relative_difference(),
plot_resids()
Examples
if (FALSE) { # \dontrun{
get_idx_fits_plot(list(data1, data2), list(rep1, rep2), c("Model1", "Model2"))
} # }