coliform: MPN coliform dilution assay dataset

Description Usage Format Source See Also Examples

Description

Dilution assays report the presence of absence of the hazard in a given quantity. The coliform dataset contains dilution assay results and the corresponding volumes and replicates.

Usage

1

Format

A data frame with 3 observations on the following 3 variables.

volume

a numeric vector

replicates

a numeric vector

positive

a numeric vector

Source

See Also

ea_presence, bea_presence

Examples

1
2
3
4
data(coliform)

## Exposure assessment from presence/absence data
ea_presence(x = positive, q = volume, rep = replicates, data = coliform)

brechtdv/QMRA documentation built on May 13, 2019, 5:06 a.m.