load_extra_mcmc: Create and return a list of output stats to attach to the...

View source: R/load-extra-mcmc.R

load_extra_mcmcR Documentation

Create and return a list of output stats to attach to the main model by looking in the model's path for the report files.

Description

Create and return a list of output stats to attach to the main model by looking in the model's path for the report files.

Usage

load_extra_mcmc(model, progress_n = 500, verbose = TRUE, first = 0, ...)

Arguments

model

A model list as created by load_ss_files()

progress_n

Report every time this many files 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 slow

verbose

Logical. If TRUE, show progress messages

first

Load this many of the files. If a non-positive number, load them all. Used for debugging purposes to cut down the size of the lists used

...

Arguments passed to extract_rep_table()

Value

The extra MCMC list


pacific-hake/hake-assessment documentation built on Nov. 8, 2024, 1:16 p.m.