Learn R Programming

icesAdvice (version 2.1.1)

sigmaCI: Sigma from Confidence Interval

Description

Calculate the implicit sigma that was used to construct a confidence interval.

Usage

sigmaCI(lo, hi, log = TRUE, level = 0.95)

Arguments

lo

the lower confidence bound.

hi

the upper confidence bound.

log

whether the confidence interval is lognormal.

level

the confidence level.

Value

Implicit value of sigma.

See Also

sigmaPA calculates the implicit sigma from PA reference points.

icesAdvice-package gives an overview of the package.

Examples

Run this code
# NOT RUN {
sigmaCI(100, 200)

# }

Run the code above in your browser using DataLab