View source: R/SS_read_summary.R
SS_read_summary | R Documentation |
read Stock Synthesis ss_summary.sso file into list object in R
SS_read_summary(file = "ss_summary.sso", verbose = FALSE)
file |
Filename either with full path or relative to working directory. |
verbose |
A logical value specifying if output should be printed to the screen. |
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.
Ian Taylor
SS_output()
, SS_readforecast()
,
SS_readdat()
, SS_readstarter()
## Not run: summary <- SS_read_summary(file = "c:/mymodel/ss_summary.sso") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.