calcCIs: Compute confidence intervals from cvs

Description Usage Arguments Details Value

Description

Function to compute confidence intervals.

Usage

1
2
calcCIs(vals, cvs = NULL, sdvs = NULL, pdfType = c("lognormal", "normal"),
  ci = 0.95, verbose = FALSE)

Arguments

vals

- vector of values

cvs

- vector of cvs

sdvs

- vector of arithmetic-scale standard deviations

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/rTCSAM2013 documentation built on May 3, 2019, 7:13 p.m.