moll2: Bacterial counts in mosquitoes

Description Usage Format Source References See Also Examples

Description

Bacterial counts at different developmental stages in three species of mosquitoes.

Usage

1

Format

A data frame with four columns: species, developmental stage, specimen number, 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 2.)

See Also

moll1

Examples

1
2
3
4
5
data(moll2)
me <- tapply(moll2[,4],list(moll2[,2],moll2[,1]),mean)
se <- tapply(moll2[,4],list(moll2[,2],moll2[,1]),sem)
mn <- tapply(moll2[,4],list(moll2[,2],moll2[,1]),min)
mx <- tapply(moll2[,4],list(moll2[,2],moll2[,1]),max)

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