Calculate the implicit sigma that was used to calculate PA reference points from limit reference points (Xpa from Xlim).
sigmaPA(lim, pa)
the value of the limit reference point, e.g., Blim or Flim.
the value of the PA reference point, e.g., Bpa or Fpa.
Implicit value of sigma.
The order of the parameters does not matter, so sigmaPA(Fpa, Flim)
and
sigmaPA(Flim, Fpa)
are equivalent.
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.
# NOT RUN {
sigmaPA(100, 120)
# }
Run the code above in your browser using DataLab