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.

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

if (FALSE) { print(get_mpn_ci(c(15,30,35,60,61,71,120,1959,25000,369990))) }