Table of parameters
Usage
table_pars(
replist,
dir = NULL,
rows = NULL,
caption =
"Parameter estimates, estimation phase, parameter bounds, estimation status, estimated standard deviation (SD), prior information [distribution(mean, SD)] used in the base model.",
verbose = TRUE
)Arguments
- replist
A list object created by
SS_output().- 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.- rows
Which rows to include from the
parameterstable created bySS_output(). NULL will cause all rows to be included.- caption
A character string for the caption.
- 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_parcounts(),
table_ts()