processError: Calculate Process Error for FLBRP Object

processErrorR Documentation

Calculate Process Error for FLBRP Object

Description

Calculates process error from observed SSB and catch data compared to predicted surplus production

Usage

processError(object, ...)

## S4 method for signature 'FLBRP'
processError(object)

Arguments

object

An object of class FLBRP

Value

A data frame containing:

ssb

Observed spawning stock biomass

catch

Observed catch

sp

Predicted surplus production

pe

Process error calculated as (SSBt+1 - SSBt + Catcht - SPt)/SSBt

Note

Process error quantifies the deviation between observed and predicted population dynamics

Examples

## Not run: 
data(ple4brp)
processError(ple4brp)

## End(Not run)

laurieKell/FLCandy documentation built on April 17, 2025, 5:23 p.m.