processError | R Documentation |
Calculates process error from observed SSB and catch data compared to predicted surplus production
processError(object, ...)
## S4 method for signature 'FLBRP'
processError(object)
object |
An object of class FLBRP |
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 |
Process error quantifies the deviation between observed and predicted population dynamics
## Not run:
data(ple4brp)
processError(ple4brp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.