Learn R Programming

icesAdvice (version 2.1.1)

sigmaPA: Sigma from PA Reference Points

Description

Calculate the implicit sigma that was used to calculate PA reference points from limit reference points (Xpa from Xlim).

Usage

sigmaPA(lim, pa)

Arguments

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.

Value

Implicit value of sigma.

Details

The order of the parameters does not matter, so sigmaPA(Fpa, Flim) and sigmaPA(Flim, Fpa) are equivalent.

See Also

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.

Examples

Run this code
# NOT RUN {
sigmaPA(100, 120)

# }

Run the code above in your browser using DataLab