View source: R/utils-extract-mcmc-quant.R
extract_mcmc_quant | R Documentation |
ggplot2::ggplot()
-ready data frameExtract MCMC quantiles from models and return them
in a ggplot2::ggplot()
-ready data frame
extract_mcmc_quant(
model_lst,
model_names,
type,
inc_model_year = FALSE,
end_yrs = year(Sys.time())
)
model_lst |
A list of models, each created by |
model_names |
A vector of model names,the same length as |
type |
A name as found in an |
inc_model_year |
Logical. If |
end_yrs |
A vector of the end years for each model. If one value, it will apply to all models |
A tibble::tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.