Learn R Programming

abd (version 0.2-8)

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.

Arguments

Format

A data frame with 36 observations on the following 2 variables.
treatment
a factor with levels DM SM
successful.broods
a numeric vector

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
str(Pseudoscorpions)
bwplot(successful.broods ~ treatment, Pseudoscorpions)
aggregate(successful.broods ~ treatment, Pseudoscorpions, favstats)

Run the code above in your browser using DataLab