moll1: Bacterial counts in mosquitoes

Description Usage Format Source References See Also Examples

Description

Bacterial counts in the meconium and lumen of three species of adult mosquitoes.

Usage

1

Format

A data frame with six columns: specimen number, species, sex, age, location, and bacterial count.

Source

William Romoser, Ohio University

References

Moll, R. M., Romoser, W. S., Modrzakowski, M. C., Moncayo, A. C. and Lerdthusnee, K. (2001) Meconial peritrophic membranes and the fate of midgut bacteria during mosquito (diptera: culcidae) metamorphosis. J. Med. Entomol. 38, 29–32. (See Table 1.)

See Also

moll2

Examples

1
2
3
4
data(moll1)
per <- tapply(moll1[,6],list(moll1[,2],moll1[,5]),function(a) mean(a>0))
me <- tapply(moll1[,6],list(moll1[,2],moll1[,5]),mean)
se <- tapply(moll1[,6],list(moll1[,2],moll1[,5]),sem)

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