Description Usage Arguments Value Examples
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.
1 | get_mpn_ci(e.coli)
|
e.coli |
numeric. A vector for e.coli values |
A data.frame with 3 columns: e.coli, lo, up
1 2 3 4 | ## Not run:
print(get_mpn_ci(c(15,30,35,60,61,71,120,1959,25000,369990)))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.