Learn R Programming

r4ss (version 1.44.0)

SS_read_summary: 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.

See Also

SS_output(), SS_readforecast(), SS_readdat(), SS_readstarter()

Examples

Run this code
# NOT RUN {
summary <- SS_read_summary(file = "c:/mymodel/ss_summary.sso")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab