View source: R/utils-calc-standard-error-ssb.R
calc_standard_error_ssb | R Documentation |
Calculate the standard error on SSB between the Operating Model and the Estimation Model for all runs in the list
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
)
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 |
inc_mean |
Logical. Include the mean (as column |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.