Learn R Programming

abd (version 0.2-8)

DEET: DEET and Mosquito Bites

Description

Administered dose of DEET and number of mosquito bites for 52 women.

Arguments

Format

A data frame with 52 observations on the following 2 variables.
dose
a numeric vector
bites
a numeric vector

Source

Golenda, C.F., V.B. Solberg, R. Burge, J.M. Gambel, and R.A. Wirtz. 1999. Gender-related efficacy difference to an extended duration formulation of topical N,N-diethyl-m-toluamide (DEET). American Journal of Tropical Medicine and Hygiene 60: 654-657.

Examples

Run this code
str(DEET)
xyplot(bites ~ dose, DEET)

Run the code above in your browser using DataLab