Description Usage Format References Examples
Number of 13-day-old and 3-day-old recaptured near the site of release.
1 |
A data frame with two columns: number of mosquitoes re-captured and the total number released.
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.)
1 2 3 4 5 | data(harrington)
x <- harrington
x[,2] <- x[,2]-x[,1]
# Fisher's exact tests
fisher.test(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.