Usage
SStableComparisons(summaryoutput,
models="all",
likenames=c("TOTAL",
"Survey",
"Length_comp",
"Age_comp",
"priors",
"Size_at_age"),
names=c("SR_R0",
"SR_steep",
"NatM",
"Q",
"L_at_Amax",
"VonBert_K",
"RecrDev_2008",
"SPB_Virg",
"Bratio_2011",
"SPRratio_2010"),
modelnames="default",
csv=FALSE,
csvdir="workingdirectory",
csvfile="parameter_comparison_table.csv",
verbose=FALSE)
Arguments
summaryoutput
list created by SSsummarize
models
optional subset of the models described in summaryoutput
.
Either "all" or a vector of numbers indicating columns in summary
tables.
likenames
Labels for likelihood values to include, should match substring of
labels in summaryoutput$likelihoods
.
names
Labels for parameters or derived quantities to include, should match
substring of labels in summaryoutput$pars
or
summaryoutput$quants
.
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?