View source: R/load-extra-mcmc-age-comps.R
load_extra_mcmc_age_comps | R Documentation |
Load the age composition estimates from the extra MCMC output
load_extra_mcmc_age_comps(
compreps,
verbose = TRUE,
start_yr = NULL,
end_yr = NULL,
progress_n,
ret_quants = TRUE,
...
)
compreps |
A list of vectors representing one element per compreport file |
verbose |
Logical. If |
start_yr |
Filter years earlier than this out of the results. If
|
end_yr |
Filter years greater than this out of the results. If
|
progress_n |
Report every time this many list items are processed. Consider how many posteriors there are, this should be a fairly large proportion of that (around 1/8th) or there will be too much output and it will run really slow |
ret_quants |
Logical. If |
... |
Arguments passed to |
A data frame with columns fleet, yr, iter (posterior number) and
a column for each age in the output. If ret_quants
is TRUE
, the data
frame will be in the long format and have columns fleet, yr, age, and
one column for each of the quantiles found in the probs variable
(normally 2.5%, 50%, and 97.5%)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.