SS_read_summary {r4ss} | R Documentation |
read ss_summary file
Description
read Stock Synthesis ss_summary.sso file into list object in R
Usage
SS_read_summary(file = "ss_summary.sso", verbose = FALSE)
Arguments
file |
Filename either with full path or relative to working directory. |
verbose |
A logical value specifying if output should be printed to the screen. |
Value
Output will be a list with four elements, header
,
likelihoods
, parameters
, and derived_quants
.
Each is a data frame with rownames indicating the quantity shown in each row.
Author(s)
Ian Taylor
See Also
SS_output()
, SS_readforecast()
,
SS_readdat()
, SS_readstarter()
Examples
## Not run:
summary <- SS_read_summary(file = "c:/mymodel/ss_summary.sso")
## End(Not run)
[Package r4ss version 1.44.0 Index]