calc_standard_error_ssb: Calculate the standard error on SSB between the Operating...

View source: R/utils-calc-standard-error-ssb.R

calc_standard_error_ssbR Documentation

Calculate the standard error on SSB between the Operating Model and the Estimation Model for all runs in the list

Description

Calculate the standard error on SSB between the Operating Model and the Estimation Model for all runs in the list

Usage

calc_standard_error_ssb(
  em_output,
  om_output,
  col = "SE.SSB",
  quants = c(0.05, 0.25, 0.5, 0.75, 0.95),
  inc_mean = TRUE
)

Arguments

em_output

A list of Estimation model output

om_output

A list of Operating model outpu

col

Column to calculate the quantiles on

quants

A vector of quantiles to pass to stats::quantile()

inc_mean

Logical. Include the mean (as column avg)

Value

A data.frame of 3 columns: The run number, the standard error of spawning stock biomass from EM in regards to the OM, and the year


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.