Summarize the estimated parameters based on an SS3 control file
Source:R/table_parcounts.R
table_parcounts.Rd
Requires either
Usage
table_parcounts(
replist,
inputs = NULL,
dir = NULL,
caption = "Estimated parameters in the model.",
verbose = TRUE
)
Arguments
- replist
A list object created by
SS_output()
.- inputs
An options list of inputs from the SS3 model created by
SS_read()
. If NULL, then the function will runSS_read(replist[["inputs"]][["dir"]])
to get the inputs.- dir
Directory where the .rda files will be written. The default value is NULL where a table folder will be created where the Report.sso file is located associated with
replist
.- verbose
A logical value specifying if output should be printed to the screen.
See also
Other table functions:
table_all()
,
table_biology()
,
table_compweight()
,
table_config()
,
table_exec_summary()
,
table_pars()
,
table_ts()