calcCIs: Compute confidence intervals

View source: R/calcCIs.R

calcCIsR Documentation

Compute confidence intervals

Description

Function to compute confidence intervals.

Usage

calcCIs(vals, cvs, pdfType = "lognormal", ci = 0.95, verbose = FALSE)

Arguments

vals
  • vector of values

cvs
  • vector of cvs

pdfType
  • probability distribution for error bars

ci
  • confidence interval for error bar plots

verbose
  • flag (T/F) to print intermediate output

Details

None.

Value

list with vectors lci, uci as named elements


wStockhausen/rPIBKC documentation built on April 25, 2023, 6:50 p.m.