Learn R Programming

abd (version 0.1-22)

Pseudoscorpions: Multiple Mating in Pseudoscorpions

Description

Successful numbers of broods (Number.of.successful.broods) in two groups of female pseudoscrpions (Cordylochernes scorpioides), one mated to the same male twice and one to two different males.

Usage

data(Pseudoscorpions)

Arguments

source

Newcomer, S.D., J.A. Zeh, and D.W. Zeh. 1999. Genetic benefits enhance the reproductive success of polyandrous females. Proceedings of the National Academy of Sciences (USA) 96: 10236-10241.

References

http://www.pnas.org/content/96/18/10236.long

Examples

Run this code
data(Pseudoscorpions)
str(Pseudoscorpions)
bwplot(successful.broods ~ treatment, Pseudoscorpions)
aggregate(successful.broods ~ treatment, Pseudoscorpions, favstats)

Run the code above in your browser using DataLab