View source: R/utils-extract-survey-index-fits.R
extract_survey_index_fits | R Documentation |
ggplot2::ggplot()
-ready data frameExtract index fit MCMC quantiles from models and return them
in a ggplot2::ggplot()
-ready data frame
extract_survey_index_fits(
model_lst,
model_names,
survey_type = c("age1", "age2"),
type = c("index_med", "index_lo", "index_hi"),
inc_model_year = FALSE
)
model_lst |
A list of models, each created by |
model_names |
A vector of model names,the same length as |
survey_type |
The type of survey, must be one of |
type |
A name as found in the |
inc_model_year |
Logical. If |
A tibble::tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.