harrington: Number of mosquitoes re-captured

Description Usage Format References Examples

Description

Number of 13-day-old and 3-day-old recaptured near the site of release.

Usage

1

Format

A data frame with two columns: number of mosquitoes re-captured and the total number released.

References

Harrington, L. C., Buonaccorsi, J. P., Edman, J. D., Costero, A., Kittayapong, P., Clark, G. G. and Scott, T. W. (2001) Analysis of survival of young and old Aedes aegypti (diptera: culicidae) from Puerto Rico and Thailand. J. Med. Entomol. 38, 537-547. (See Table 2.)

Examples

1
2
3
4
5
data(harrington)
x <- harrington
x[,2] <- x[,2]-x[,1]
# Fisher's exact tests
fisher.test(x)

kbroman/labstat documentation built on Jan. 6, 2021, 4:51 a.m.