Drosophila {PASWR} | R Documentation |
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.
Drosophila
A data frame with 75 observations on the following 2 variables:
Fecundity
Line
Nonselected
, Resistant
, and Susceptible
The original measurements are from an experiment conducted by R. R. Sokal (Sokal and Rohlf, 1994, p. 237).
Sokal, R. R. and Rohlf, F. J. (1994) Biometry. W. H. Freeman, New York, third edition.
attach(Drosophila) summary(aov(Fecundity~Line)) detach(Drosophila)