Description Usage Arguments Examples
View source: R/process_results.R
Process model results for tables and figs
1 2 3 4 5 6 7 8 9 10 11 12 | process_results(
year,
model,
model_name,
dat_name,
rec_age,
plus_age,
mcmc,
mcsave,
survey = NULL,
...
)
|
year |
assessment year |
model |
model being evaluated (folder name) |
model_name |
name of the model e.g., updated_nr |
dat_name |
name of dat file e.g., goa_nr_2020 |
rec_age |
recruitment age |
plus_age |
plus age group |
mcmc |
number of mcmcs run |
mcsave |
the number of mcmcs saved |
survey |
file name (stored in the "user_input" folder) if NULL it pulls the design-based estimate from AKFIN |
... |
future functions |
1 | process_results (year = 2020, model = m18.2, model_name = "goa_nr", dat_name = "goa_nr_2020", rec_age = 2, plus_age = 45, mcmc = 1e+07, mcsave = 2000, survey = "VAST_GAP.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.