sigmaPA | R Documentation |
Calculate the implicit sigma that was used to calculate PA reference points from limit reference points (Xpa from Xlim).
sigmaPA(lim, pa)
lim |
the value of the limit reference point, e.g., Blim or Flim. |
pa |
the value of the PA reference point, e.g., Bpa or Fpa. |
The order of the parameters does not matter, so sigmaPA(Fpa, Flim)
and
sigmaPA(Flim, Fpa)
are equivalent.
Implicit value of sigma.
The purpose of PA reference points is to apply a precautionary approach in fisheries management.
This function is useful for reviewing PA reference points, when the advice sheet provides the value of Xlim and Xpa but not the value of sigma.
The inference is based on the following relationships:
Bpa = Blim * exp(1.645*sigmaB)
Fpa = Flim * exp(-1.645*sigmaF)
Arni Magnusson.
sigmaCI
calculates the implicit sigma from a confidence
interval.
Bpa
and Fpa
calculate those reference points from
the limit reference points, based on a given sigma.
icesAdvice-package
gives an overview of the package.
sigmaPA(100, 120)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.