Learn R Programming

PASWR (version 1.0)

Drosophila: Drosophila Melanogaster

Description

Drosophila contains per diem fecundity (number of eggs laid per female per day for the first 14 days of life) for 25 females from each of three lines of Drosophila melanogaster. The three lines are Nonselected (control), Resistant, and Susceptible. Data are used in Example 11.5.

Usage

Drosophila

Arguments

source

The original measurements are from an experiment conducted by R. R. Sokal (Sokal and Rohlf, 1994, p. 237).

References

Sokal, R. R. and Rohlf, F. J. (1994) Biometry. W. H. Freeman, New York, third edition.

Examples

Run this code
attach(Drosophila)
summary(aov(Fecundity~Line))
detach(Drosophila)

Run the code above in your browser using DataLab