View source: R/SStableComparisons.R
SStableComparisons | R Documentation |
Creates a table comparing key quantities from multiple models, which is a
reduction of the full information in various parts of the list created using
the SSsummarize
function.
SStableComparisons( summaryoutput, models = "all", likenames = c("TOTAL", "Survey", "Length_comp", "Age_comp", "priors", "Size_at_age"), names = c("Recr_Virgin", "R0", "steep", "NatM", "L_at_Amax", "VonBert_K", "SSB_Virg", "Bratio_2021", "SPRratio_2020"), digits = NULL, modelnames = "default", csv = FALSE, csvdir = "workingdirectory", csvfile = "parameter_comparison_table.csv", verbose = TRUE, mcmc = FALSE )
summaryoutput |
list created by |
models |
optional subset of the models described in
|
likenames |
Labels for likelihood values to include, should match
substring of labels in |
names |
Labels for parameters or derived quantities to include, should
match substring of labels in |
digits |
Optional vector of the number of decimal digits to use in reporting each quantity. |
modelnames |
optional vector of labels to use as column names. Default is 'model1','model2',etc. |
csv |
write resulting table to CSV file? |
csvdir |
directory for optional CSV file |
csvfile |
filename for CSV file |
verbose |
report progress to R GUI? |
mcmc |
summarize MCMC output in table? |
Ian Taylor
SSsummarize()
, SSplotComparisons()
,
SS_output()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.