SS_read_summary: read ss_summary file

View source: R/SS_read_summary.R

SS_read_summaryR 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)


r4ss documentation built on May 28, 2022, 1:11 a.m.