get_mpn_ci: Get MPN Confidence Intervals for E.Coli

Description Usage Arguments Value Examples

View source: R/get_mpn_ci.R

Description

Lookup laboratory tables for MPN values for E.Coli to get upper and lower 0.95 confidence interval for the given values. If value is not directly found in table it will be generated by interpolating nearest neighbors.

Usage

1
get_mpn_ci(e.coli)

Arguments

e.coli

numeric. A vector for e.coli values

Value

A data.frame with 3 columns: e.coli, lo, up

Examples

1
2
3
4
## Not run: 
print(get_mpn_ci(c(15,30,35,60,61,71,120,1959,25000,369990)))

## End(Not run)

KWB-R/kwb.flusshygiene documentation built on Oct. 30, 2019, 8:08 p.m.