getLNCI: getLNCI gets the log-normal confidence intervals

View source: R/datalow_utils.r

getLNCIR Documentation

getLNCI gets the log-normal confidence intervals

Description

getLNCI takes the mean and the standard deviation and produces the asymmetric log-normal confidence intervals around the mean values

Usage

getLNCI(av, se, P = 95)

Arguments

av

the mean value or a vector of mean values

se

the standard deviation

P

the percent used for the CI, defaults to 95.

Value

a vector of three for a single input or a matrix of 3 columns for input vectors

Examples

## Not run: 
  av <- c(4.0,2.15)
  se <- 0.33
  getLNCI(av,se,P=95)
  se <- c(0.33,0.4)
  getLNCI(av,se)

## End(Not run)

haddonm/datalowSA documentation built on Nov. 5, 2023, 6:40 p.m.