campy: Campylobacter dose-response dataset

Description Usage Format Source See Also Examples

Description

The Campylobacter dataset contains dose-response data of 72 individuals enrolled in a feeding trial.

Usage

1

Format

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

dose

administered dose; a numeric vector

total

total number of exposed individuals; a numeric vector

infected

number of infected individuals; a numeric vector

Source

See Also

drm, bdrm

Examples

1
2
3
4
data(campy)

## Fit Beta-Poisson dose-response model to Campylobacter dataset
drm(x = infected, n = total, dose = dose, data = campy, model = "bp")

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