MPN: Most Probable Number (MPN) calculator

Description Usage Arguments Value Examples

Description

Most Probable Number (MPN) calculator

Usage

1
MPN(g, m, t)

Arguments

g

the number of positive (or growth) tubes in the jth dilution

m

the amount of the original sample put in the tubes at each dilution.

m

the number of tubes at each dilution

Value

The most probable x and y.

Examples

1
MPN(g=c(5,3,0),m=c(0.1,0.01,0.001),t=10)

low-decarie/MPN documentation built on May 21, 2019, 7:50 a.m.